[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / c / 4 / d / ReactiveService / 0.10.4 / ReactiveService.podspec.json
blobe39e3d74cc893159e60261c7c0b15d0e76b3245c
2   "name": "ReactiveService",
3   "version": "0.10.4",
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.4"
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   }