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