blob: 1a169c465d46e96bb11edcadfe85c6ca3e61b296 [file] [log] [blame]
{
"name": "BlockRSSParser",
"version": "1.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": "1.0"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"RSSParser/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 0.10.1"
]
},
"requires_arc": false
}