blob: 3af50ef6d52916c29c5780b7aa90169f838bb470 [file] [log] [blame]
{
"name": "APLKeyboardControls",
"version": "0.0.2",
"summary": "inputAccesoryView above the keyboard with done button and optional previous and next buttons",
"description": " * close the keyboard with a done button\n * navigate between text fields, text views and search bars with optional previous and next buttons\n * skips hidden inputs\n * completely customizable bar button items and toolbar\n * implemented with iOS 7 in mind\n",
"homepage": "https://github.com/apploft/APLKeyboardControls",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLKeyboardControls.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}