[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.12.0 / Rage.podspec.json
blob8f6df4d24d41fe9fd3f06ed4b1dd1146219b9d09
2   "name": "Rage",
3   "version": "0.12.0",
4   "summary": "Pragmatic network abstraction layer for iOS applications",
5   "homepage": "https://github.com/gspd-mobi/rage-ios",
6   "license": "MIT",
7   "authors": {
8     "Pavel Korolev": "pavel.korolev@gspd.mobi"
9   },
10   "source": {
11     "git": "https://github.com/gspd-mobi/rage-ios.git",
12     "tag": "0.12.0"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "Rage/*.swift",
24         "Rage/Plugins/*.swift"
25       ],
26       "frameworks": "Foundation",
27       "dependencies": {
28         "Result": [
29           "~> 3.2.4"
30         ]
31       }
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "Rage/Dependencies/RxSwift/*.swift",
36       "dependencies": {
37         "Rage/Core": [
39         ],
40         "RxSwift": [
41           "~> 4.1.1"
42         ]
43       }
44     },
45     {
46       "name": "ObjectMapper",
47       "source_files": "Rage/Dependencies/ObjectMapper/*.swift",
48       "dependencies": {
49         "Rage/Core": [
51         ],
52         "ObjectMapper": [
53           "~> 3.1.0"
54         ]
55       }
56     },
57     {
58       "name": "RxSwiftAndObjectMapper",
59       "source_files": "Rage/Dependencies/RxSwiftAndObjectMapper/*.swift",
60       "dependencies": {
61         "Rage/Core": [
63         ],
64         "Rage/RxSwift": [
66         ],
67         "Rage/ObjectMapper": [
69         ]
70       }
71     }
72   ]