[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 7 / SimpleApiClient / 0.1.0 / SimpleApiClient.podspec.json
blob8d2c252bfb8e562cd1bf8e7eafae28e849cde533
2   "name": "SimpleApiClient",
3   "version": "0.1.0",
4   "summary": "A configurable api client based on Alamofire4 and RxSwift4 for iOS",
5   "homepage": "https://github.com/jaychang0917/SimpleApiClient-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jay Chang": "jaychang0917@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/jaychang0917/SimpleApiClient-ios.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SimpleApiClient/Classes/**/*",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.5"
24     ],
25     "RxSwift": [
26       "~> 4.0"
27     ]
28   },
29   "pushed_with_swift_version": "4.0"