[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / f / 2 / RESTRequest / 0.2.0 / RESTRequest.podspec.json
blob5528b119dffa9010f50222c3ffe2f2c1528d9920
2   "name": "RESTRequest",
3   "version": "0.2.0",
4   "summary": "Reference implementation of BrickRequest for accessing REST APIs",
5   "description": "Reference implementation of BrickRequest for accessing REST APIs\nPowered by Alamofire",
6   "homepage": "https://github.com/muukii/RESTRequest",
7   "license": "MIT",
8   "authors": {
9     "muukii": "m@muukii.me"
10   },
11   "source": {
12     "git": "https://github.com/muukii/RESTRequest.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     "RESTRequest": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "BrickRequest": [
27       "~> 0.3.0"
28     ],
29     "SwiftyJSON": [
30       "~> 2.3.1"
31     ],
32     "RxSwift": [
33       "~> 2.3.1"
34     ]
35   }