文件名称:Dalton:一个简单的RSS和Atom提要解析器
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-03 22:43:27
Objective-C
道尔顿
一个简单的RSS&Atom提要解析器,基于构建。
需要Xcode 6。
用法
解析提要很简单。 您无需事先知道是要解析RSS还是Atom提要,Dalton便可以抽象出差异。
NSError *error = nil ;
NSURL *fileURL = [[ NSBundle mainBundle ] URLForResource: @" sample " withExtension: @" xml " ];
NSData *feedData = [ NSData dataWithContentsOfURL: fileURL];
id
【文件预览】:
Dalton-master
----.travis.yml(98B)
----Cartfile.resolved(27B)
----.gitmodules(108B)
----Carthage()
--------Checkouts()
----Dalton.podspec(667B)
----Dalton()
--------DLTAtomFeed.h(1KB)
--------DLTRSSFeed.h(1KB)
--------DLTFeedEntry.h(1KB)
--------DLTRSSFeed.m(4KB)
--------Info.plist(935B)
--------Dalton.h(1KB)
--------DLTAtomFeed.m(4KB)
--------DLTFeed.m(2KB)
--------DLTFeed.h(2KB)
----Dalton.xcworkspace()
--------contents.xcworkspacedata(241B)
----Dalton.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcshareddata()
----LICENSE(1KB)
----.clang-format(294B)
----DaltonTests()
--------DaltonTests.m(836B)
--------Info.plist(755B)
----.gitignore(836B)
----README.md(2KB)
----script()
--------bootstrap(759B)
--------cibuild(4KB)
--------LICENSE.md(1KB)
--------schemes.awk(131B)
--------xctool.awk(311B)
--------README.md(3KB)
----Cartfile(26B)