blob: b85ee9d724110d067d2ea9feb18f31e9da3c5903 [file] [log] [blame]
{
"name": "RSSAtomKit",
"version": "0.1.1",
"summary": "Customizable Obj-C RSS/Atom feed fetcher and parser.",
"homepage": "https://github.com/chrisballinger/RSSAtomKit",
"license": "MIT",
"authors": {
"Chris Ballinger": "chris@chatsecure.org"
},
"source": {
"git": "https://github.com/chrisballinger/RSSAtomKit.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/chatsecure",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RSSAtomKit/**/*.{h,m}",
"dependencies": {
"Mantle": [
"~> 2.0"
],
"Ono": [
"~> 1.2"
]
}
}