| { |
| "name": "KituraKit", |
| "version": "0.0.21", |
| "summary": "KituraKit is a library for making Codable HTTP Requests to a Kitura server", |
| "homepage": "https://github.com/IBM-Swift/KituraKit", |
| "license": { |
| "type": "Apache License, Version 2.0" |
| }, |
| "authors": "IBM", |
| "module_name": "KituraKit", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/IBM-Swift/KituraKit.git", |
| "tag": "0.0.21" |
| }, |
| "source_files": "Sources/KituraKit/*.swift", |
| "dependencies": { |
| "SwiftyRequest": [ |
| "~> 2.0" |
| ], |
| "KituraContracts": [ |
| "~> 1.1" |
| ] |
| } |
| } |