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