blob: 6bc27da1300e03febb30be13d5c06bd74ada397c [file] [log] [blame]
{
"name": "Commando",
"version": "0.1.0",
"license": "MIT",
"summary": "Navigate the iOS simulator with the keyboard. Ditch your mouse and GO FULL COMMANDO!",
"homepage": "https://github.com/cloudkite/Commando",
"authors": {
"Jonas Budelmann": "jonas.budelmann@gmail.com"
},
"source": {
"git": "https://github.com/cloudkite/Commando.git",
"tag": "v0.1.0"
},
"description": "\n Handy keyboard shortcuts for the iOS simulator.\n Find all tapable views and activate them with a shortcode - Inspired by vimium.\n Escape out of UITextFields/UITextViews.\n Scroll using the arrow keys.\n ",
"source_files": "Commando/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"deprecated": true
}