blob: 01ca80ddb2c58b2728f9fb2b9be8b7603dd9af2d [file] [log] [blame]
{
"name": "PhysicalKeyboardNotifications",
"version": "0.1",
"summary": "Posting notifications on iPhone simulator when physical keyboard is pressed. Useful for debugging",
"homepage": "https://github.com/brovador/PhysicalKeyboardNotifications",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brovador": "brovador@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/brovador/PhysicalKeyboardNotifications.git",
"tag": "v0.1"
},
"source_files": "PhysicalKeyboardNotifications",
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
]
}
}