| { |
| "name": "ConvAPI", |
| "version": "1.0.0", |
| "summary": "Easy HTTP requests against REST-style APIs with codable JSON bodies", |
| "description": "ConvAPI allows easy HTTP requests in Swift against REST-style APIs with JSON formatting by supporting codable bodies and promised responses.", |
| "homepage": "https://github.com/ChaosCoder/ConvAPI", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Andreas Ganske": "info@chaosspace.de" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/ChaosCoder/ConvAPI.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "ConvAPI", |
| "ConvAPI/**/*.swift" |
| ], |
| "swift_versions": "5.0", |
| "dependencies": { |
| "PromiseKit": [ |
| "~> 6.8" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |