blob: 3e4d83de3071a6bd540cc884d9d7fc42f95e5743 [file] [log] [blame]
{
"name": "BlockRSSParser",
"version": "1.1",
"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.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"RSSParser/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
]
}
}