blob: 6226ebdc4035338e6132eefe3cc919fbbf2d54a6 [file] [log] [blame]
{
"name": "KeyCommands",
"version": "0.1.0",
"summary": "Nice block-based Swift API for UIKeyCommand",
"description": "KeyCommands is an easy to use Swift wrapper around the UIKeyCommand API. It offers block support, as well as a nicer API.",
"homepage": "https://github.com/lukaskollmer/KeyCommands",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Kollmer": "lukas.kollmer@gmail.com"
},
"source": {
"git": "https://github.com/lukaskollmer/KeyCommands.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/lukas_kollmer",
"platforms": {
"ios": "9.0"
},
"source_files": "KeyCommands/Classes/**/*",
"dependencies": {
"RuntimeKit": [
]
},
"pushed_with_swift_version": "3.0"
}