blob: 9a1f34689af2af222467d1c115ffe7ab4136dfcf [file] [log] [blame]
{
"name": "VirtualKeys",
"version": "0.11",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"summary": "A Swift framework to implement virtual keys",
"homepage": "https://github.com/zuchie/VK",
"authors": {
"zuchie": "zuchie@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://github.com/zuchie/VK/raw/master/VirtualKeys.zip"
},
"ios": {
"vendored_frameworks": "VirtualKeys.framework"
},
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
}
}