blob: 3db7a793d4da82b243d43a761e8982350a4ef7cf [file] [log] [blame]
{
"name": "KituraKit",
"version": "0.0.2",
"summary": "Swift client library for using Codable routes with Kitura.",
"homepage": "https://github.com/IBM-Swift/KituraKit",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "KituraKit",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/KituraKit.git",
"tag": "0.0.2"
},
"source_files": "Sources/KituraKit/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0.3"
},
"dependencies": {
"SwiftyRequest": [
],
"KituraContracts": [
]
}
}