[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.8.2 / Rage.podspec.json
blobf61e714578b62a1a1c6bf9f1d4b3be9b8c881cf9
2   "name": "Rage",
3   "version": "0.8.2",
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.8.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Rage/*.swift",
25         "Rage/Plugins/*.swift"
26       ],
27       "frameworks": "Foundation",
28       "dependencies": {
29         "Result": [
30           "~> 3.1.0"
31         ]
32       }
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "Rage/Dependencies/RxSwift/*.swift",
37       "dependencies": {
38         "Rage/Core": [
40         ],
41         "RxSwift": [
42           "~> 3.0.1"
43         ]
44       }
45     },
46     {
47       "name": "ObjectMapper",
48       "source_files": "Rage/Dependencies/ObjectMapper/*.swift",
49       "dependencies": {
50         "Rage/Core": [
52         ],
53         "ObjectMapper": [
54           "~> 2.1.0"
55         ]
56       }
57     },
58     {
59       "name": "RxSwiftAndObjectMapper",
60       "source_files": "Rage/Dependencies/RxSwiftAndObjectMapper/*.swift",
61       "dependencies": {
62         "Rage/Core": [
64         ],
65         "Rage/RxSwift": [
67         ],
68         "Rage/ObjectMapper": [
70         ]
71       }
72     }
73   ]