[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 2 / d / BlockRSSParser / 2.0 / BlockRSSParser.podspec.json
blob879fc227b6829a4751a62d2b5090711dd474c57b
2   "name": "BlockRSSParser",
3   "version": "2.0",
4   "summary": "AFNetworkingXMLRequestOperation based RSS parser.",
5   "homepage": "https://github.com/tiboll/BlockRSSParser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Thibaut LE LEVIER": "thibaut@lelevier.fr"
12   },
13   "source": {
14     "git": "https://github.com/tiboll/BlockRSSParser.git",
15     "tag": "2.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Classes",
23     "RSSParser/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0.3"
28     ]
29   }