[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / d / ReactiveService / 0.10.2 / ReactiveService.podspec.json
blob4d4b2171b082eb53ff40aa87898793a101ecf6c8
2   "name": "ReactiveService",
3   "version": "0.10.2",
4   "summary": "A reactive service layer.",
5   "description": "ReactiveService is inspired by Moya.",
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.10.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReactiveService/Classes/**/*",
22   "swift_version": "4.0",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7"
26     ],
27     "Result": [
28       "~> 3.0"
29     ],
30     "RxSwift": [
31       "~> 4.0"
32     ],
33     "RxCocoa": [
34       "~> 4.0"
35     ]
36   }