[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.17.0 / Rage.podspec.json
blob122fb0b3a66bbfa19263646eee398f96aeab4a01
2   "name": "Rage",
3   "version": "0.17.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.17.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.0.0"
30         ]
31       }
32     },
33     {
34       "name": "RxSwift",
35       "source_files": "Rage/Dependencies/RxSwift/*.swift",
36       "dependencies": {
37         "Rage/Core": [
39         ],
40         "RxSwift": [
41           "~> 4.0.0"
42         ]
43       }
44     }
45   ]