[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / RxAlamoRecord / 1.2.1 / RxAlamoRecord.podspec.json
blob235e63cc33540f8f3d8acff27644159862bd5a0a
2   "name": "RxAlamoRecord",
3   "version": "1.2.1",
4   "summary": "An elegant Reactive wrapper around AlamoRecord.",
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.2.1"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "RxAlamoRecord/Classes/**/*",
26   "requires_arc": true,
27   "dependencies": {
28     "AlamoRecord": [
29       "~> 1.3.1"
30     ],
31     "RxSwift": [
32       "~> 4.3.1"
33     ],
34     "RxCocoa": [
35       "~> 4.3.1"
36     ],
37     "Action": [
38       "~> 3.8.0"
39     ]
40   }