[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / RxWebAPIKit / 0.1.0 / RxWebAPIKit.podspec.json
blob068e04e0926104ed61783835d03908600d9b7ede
2   "name": "RxWebAPIKit",
3   "version": "0.1.0",
4   "summary": "Rx extensions for WebAPIKit",
5   "description": "RxSwift extension methods for WebAPIKit",
6   "homepage": "https://github.com/WebAPIKit/RxWebAPIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Liu": "evancoding@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/WebAPIKit/RxWebAPIKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Sources/**/*",
25   "dependencies": {
26     "WebAPIKit": [
27       "~> 0.1"
28     ],
29     "RxSwift": [
30       "~> 3.4"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"