[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / f / 3 / RSSAtomKit / 0.1.1 / RSSAtomKit.podspec.json
blobb85ee9d724110d067d2ea9feb18f31e9da3c5903
2   "name": "RSSAtomKit",
3   "version": "0.1.1",
4   "summary": "Customizable Obj-C RSS/Atom feed fetcher and parser.",
5   "homepage": "https://github.com/chrisballinger/RSSAtomKit",
6   "license": "MIT",
7   "authors": {
8     "Chris Ballinger": "chris@chatsecure.org"
9   },
10   "source": {
11     "git": "https://github.com/chrisballinger/RSSAtomKit.git",
12     "tag": "0.1.1"
13   },
14   "social_media_url": "https://twitter.com/chatsecure",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "RSSAtomKit/**/*.{h,m}",
20   "dependencies": {
21     "Mantle": [
22       "~> 2.0"
23     ],
24     "Ono": [
25       "~> 1.2"
26     ]
27   }