blob: 3737240ba646935c2e37572d536f025e88613118 [file] [log] [blame]
{
"name": "ABKeyboardAccessory",
"version": "0.1.0",
"summary": "UIView subclass which can be used as an inputAccessory, with delegate methods for determining keyboard appearance and disappearance.",
"description": "ABKeyboardAccessory makes it easier to determine when a keyboard is being shown/dismissed for UITextViews and UITextFields. ABKeyboardAccessory subclasses UIView, and is implemented by setting the ABKeyboardView as the 'inputAccessory' for the desired UITextView/UITextField. ABKeyboardAccesoryDelegate provides methods which relay information about the current frame of the ABKeyboardAccessory view, where one can adjust UI depending on the keyboard appearance.",
"homepage": "https://github.com/andrewboryk/ABKeyboardAccessory",
"screenshots": "https://raw.githubusercontent.com/AndrewBoryk/ABKeyboardAccessory/master/ABKeyboardAccessoryScreenshot.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andrewboryk": "andrewcboryk@gmail.com"
},
"source": {
"git": "https://github.com/andrewboryk/ABKeyboardAccessory.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/TrepIsLife",
"platforms": {
"ios": "8.0"
},
"source_files": "ABKeyboardAccessory/Classes/**/*"
}