[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / c / 2 / d / BlockRSSParser / 1.1 / BlockRSSParser.podspec.json
blob3e4d83de3071a6bd540cc884d9d7fc42f95e5743
2   "name": "BlockRSSParser",
3   "version": "1.1",
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": "1.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": [
22     "Classes",
23     "RSSParser/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 1.3.0"
28     ]
29   }