[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 9 / RESTful / 1.0.0 / RESTful.podspec.json
blob7a08ce1a288eee069119712068af26ca74ef5f9e
2   "name": "RESTful",
3   "version": "1.0.0",
4   "summary": "RESTful is a small but powerful library that makes creating REST clients simple and fun.",
5   "description": "RESTful is a small but powerful library that makes creating REST clients simple and fun.",
6   "homepage": "https://github.com/tospery/RESTful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tospery": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/RESTful.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RESTful/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "ReactiveObjC": [
25       "3.1.1"
26     ],
27     "AFNetworking": [
28       "3.2.1"
29     ],
30     "Mantle": [
31       "2.1.1"
32     ]
33   }