[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / 0 / d / RxAlamoRecord / 2.2.2 / RxAlamoRecord.podspec.json
blobedff82896c8e119def9cc5bf867a3c7d4159eaac
2   "name": "RxAlamoRecord",
3   "version": "2.2.2",
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": "2.2.2"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "RxAlamoRecord/Classes/**/*",
26   "requires_arc": true,
27   "dependencies": {
28     "AlamoRecord": [
29       "~> 2.2.1"
30     ],
31     "RxSwift": [
32       "~> 5.0.0"
33     ],
34     "RxCocoa": [
35       "~> 5.0.0"
36     ],
37     "Action": [
38       "~> 4.0.0"
39     ]
40   },
41   "swift_version": "5.1"