[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / 7 / CXFeedParser / 0.2.1 / CXFeedParser.podspec.json
blob6b9f68c0867b3de64c3425201ac0f9ae75886c73
2   "name": "CXFeedParser",
3   "version": "0.2.1",
4   "license": "MIT",
5   "summary": "An Objective-C RSS / Atom Feed Parser for iOS.",
6   "homepage": "https://github.com/vgrichina/CXFeedParser",
7   "authors": {
8     "Michael Waterfall": "mw@d3i.com",
9     "Vladimir Grichina": "vgrichina@componentix.com"
10   },
11   "source": {
12     "git": "https://github.com/vgrichina/CXFeedParser.git",
13     "tag": "0.2.1"
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": null
18   },
19   "frameworks": "Foundation",
20   "subspecs": [
21     {
22       "name": "Feed",
23       "source_files": "Classes/*.{h,m}",
24       "dependencies": {
25         "CTidy": [
26           "~> 0.3.1"
27         ]
28       }
29     }
30   ]