blob: 196f8c23e6a5786011bd6d10fde8f6c296ed0923 [file] [log] [blame]
{
"name": "APLKeyboardControls",
"version": "0.1.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 UIResponder subclasses like text fields and text views 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",
"Christopher Groß": "christopher.gross@apploft.de"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/apploft/APLKeyboardControls.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"NSData+Base64": [
"~> 1.0.0"
]
},
"requires_arc": true
}