[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / e / AlamofireRSSParser / 0.2.0 / AlamofireRSSParser.podspec.json
blob68019d94587cecf7df822abe947654c567c7db52
2   "name": "AlamofireRSSParser",
3   "version": "0.2.0",
4   "summary": "An RSS parser plugin for Alamofire.",
5   "description": "An RSS parser plugin for Alamofire.  Adds a \"responseRSS()\" responseHandler to Alamofire.",
6   "homepage": "https://github.com/AdeptusAstartes/AlamofireRSSParser",
7   "license": "MIT",
8   "authors": {
9     "Don Angelillo": "dangelillo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AdeptusAstartes/AlamofireRSSParser.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AlamofireRSS": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "> 3.0.0"
28     ]
29   }