[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 6 / 5 / ConvAPI / 1.0.0 / ConvAPI.podspec.json
blobdb223073b91dcbdc1f207ea39739464e1f3b6555
2   "name": "ConvAPI",
3   "version": "1.0.0",
4   "summary": "Easy HTTP requests against REST-style APIs with codable JSON bodies",
5   "description": "ConvAPI allows easy HTTP requests in Swift against REST-style APIs with JSON formatting by supporting codable bodies and promised responses.",
6   "homepage": "https://github.com/ChaosCoder/ConvAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Andreas Ganske": "info@chaosspace.de"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ChaosCoder/ConvAPI.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "ConvAPI",
23     "ConvAPI/**/*.swift"
24   ],
25   "swift_versions": "5.0",
26   "dependencies": {
27     "PromiseKit": [
28       "~> 6.8"
29     ]
30   },
31   "swift_version": "5.0"