[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / b / WebAPIKit / 0.1.0 / WebAPIKit.podspec.json
blob5828fe5d81ad7ab026246b0b37e5843de557bfbd
2   "name": "WebAPIKit",
3   "version": "0.1.0",
4   "summary": "A network abstraction layer to build web API clients Edit",
5   "description": "Build web API clients with extension methods instead of enums.",
6   "homepage": "https://github.com/WebAPIKit/WebAPIKit",
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/WebAPIKit.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     "Alamofire": [
27       "~> 4.4"
28     ],
29     "Result": [
30       "~> 3.2"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"