[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / c / 2 / d / BlockRSSParser / 2.1 / BlockRSSParser.podspec.json
blob0039bab8a357d5c72b2299b7849a05d6015fcaf8
2   "name": "BlockRSSParser",
3   "version": "2.1",
4   "summary": "AFNetworkingXMLRequestOperation based RSS parser.",
5   "homepage": "https://github.com/tibo/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/tibo/BlockRSSParser.git",
15     "tag": "2.1"
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"
28     ]
29   }