blob: 171ce7d9a8616959ea978b7e012675579a74657d [file] [log] [blame]
{
"name": "KituraKit",
"version": "0.0.23",
"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.23"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SwiftyRequest": [
"~> 2.0"
],
"KituraContracts": [
"~> 1.1"
]
}
}