[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.8.0 / Rage.podspec.json
blob159c8443a0d4cfd676f07714a83917addda7fe2f
2   "name": "Rage",
3   "version": "0.8.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.8.0"
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": "{Rage/*.swift,Rage/Plugins/*.swift}",
24       "frameworks": "Foundation",
25       "dependencies": {
26         "Result": [
27           "~> 3.0.0"
28         ]
29       }
30     },
31     {
32       "name": "RxSwift",
33       "source_files": "Rage/Dependencies/RxSwift/*.swift",
34       "dependencies": {
35         "Rage/Core": [
37         ],
38         "RxSwift": [
39           "~> 3.0.1"
40         ]
41       }
42     },
43     {
44       "name": "ObjectMapper",
45       "source_files": "Rage/Dependencies/ObjectMapper/*.swift",
46       "dependencies": {
47         "Rage/Core": [
49         ],
50         "ObjectMapper": [
51           "~> 2.1.0"
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   ]