[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / 6 / Rage / 0.1.0 / Rage.podspec.json
blobe60029c892603473479058cd2522f5db2648edd7
2   "name": "Rage",
3   "version": "0.1.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.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Rage/**/*",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "RxSwift": [
23       "~> 2.0"
24     ],
25     "ObjectMapper": [
26       "~> 1.3"
27     ]
28   }