[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.10.4 / Rage.podspec.json
blob872bfee0b4de5e3793476ffc3346e14c6681c471
2   "name": "Rage",
3   "version": "0.10.4",
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.10.4"
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.2.1"
31         ]
32       }
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "Rage/Dependencies/RxSwift/*.swift",
37       "dependencies": {
38         "Rage/Core": [
40         ],
41         "RxSwift": [
42           "~> 3.3.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.2.5"
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   ]