blob: e6f68cac360d7ac9fcacbdf09512eef153a2a8ea [file] [log] [blame]
{
"name": "KBKeyboardHandler",
"version": "1.1.0",
"summary": "iOS Keyboard Handler.",
"description": " iOS keyboard handler for managing view behavior.\n",
"homepage": "https://github.com/aceontech/KBKeyboardHandler",
"license": "MIT",
"authors": {
"Alex Manarpies": "alex@manarpies.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/aceontech/KBKeyboardHandler.git",
"tag": "1.1.0"
},
"source_files": [
"KBKeyboardHandler/Classes",
"KBKeyboardHandler/Classes/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}