[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / d / ReactiveService / 0.9.30 / ReactiveService.podspec.json
blob86603835a2805f46c8720522fed1f6f33da8d9c1
2   "name": "ReactiveService",
3   "version": "0.9.30",
4   "summary": "A reactive service layer.",
5   "description": "ReactiveService is inspired by Moya, and not use any network framework.",
6   "homepage": "https://github.com/biohazardlover/ReactiveService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "biohazardlover": "leon@leonandvane.date"
13   },
14   "source": {
15     "git": "https://github.com/biohazardlover/ReactiveService.git",
16     "tag": "0.9.30"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReactiveService/Classes/**/*",
22   "swift_version": "4.0",
23   "dependencies": {
24     "Result": [
25       "~> 3.0"
26     ],
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ]
33   }