blob: 879fc227b6829a4751a62d2b5090711dd474c57b [file] [log] [blame]
{
"name": "BlockRSSParser",
"version": "2.0",
"summary": "AFNetworkingXMLRequestOperation based RSS parser.",
"homepage": "https://github.com/tiboll/BlockRSSParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibaut LE LEVIER": "thibaut@lelevier.fr"
},
"source": {
"git": "https://github.com/tiboll/BlockRSSParser.git",
"tag": "2.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"RSSParser/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.0.3"
]
}
}