[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / RxAlamoRecord / 1.0.0 / RxAlamoRecord.podspec.json
blobb4fe19b66e4462bbee24846b28969c84746e6f67
2   "name": "RxAlamoRecord",
3   "version": "1.0.0",
4   "summary": "A short description of RxAlamoRecord.",
5   "description": "RxAlamoRecord combines the power of the AlamoRecord and RxSwift libraries to create a networking layer that makes interacting with API's easier than ever reactively.",
6   "homepage": "https://github.com/Daltron/RxAlamoRecord",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daltron": "daltonhint4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Daltron/RxAlamoRecord.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "RxAlamoRecord/Classes/**/*",
25   "requires_arc": true,
26   "dependencies": {
27     "AlamoRecord": [
28       "~> 1.2.1"
29     ],
30     "RxSwift": [
31       "~> 4.2.0"
32     ],
33     "RxCocoa": [
34       "~> 4.2.0"
35     ],
36     "Action": [
37       "~> 3.6.0"
38     ]
39   },
40   "pushed_with_swift_version": "3.0"