blob: 4509b2b8ad8e390c8798497fd726e81db37e1442 [file] [log] [blame]
{
"name": "BABFrameObservingInputAccessoryView",
"version": "0.2.3",
"summary": "A simple view which allows for an iOS Messages style keyboard input view and panning behavior.",
"description": "BABFrameObservingInputAccessoryView\n===================================\n\nA simple view which allows for an iOS Messages style keyboard input view and panning behavior.\n\nSupports iOS 7.0+\n\n* Free of method swizzling\n* No associated objects or other runtime hacks\n* Works easily with or without Auto Layout\n* Tested on iOS 7, iOS 8, iPhone & iPad\n\nThis is a UIView subclass which allows for observing the frame of a UITextView or UITextField's inputAcessoryView. This allows your to keep the text field above the keyboard as it moves. Also this allows for interactive keyboard dismissal using UIScrollView's keyboardDismissMode property.\n\n### More Info\n\nI wrote a [blog post](http://www.brynbodayle.com/messages-style-input-view-in-ios-8/) about the history and my decisions in handling this problem.\n\n###Feedback\n\nI'd love to here any questions, suggestions, or issues you might have. I've been using this in several of my apps, so it will remain in active development. Feel free to reach out on [Twitter](http://twitter.com/brynbodayle) or via issues if you have any feedback.",
"homepage": "https://github.com/brynbodayle/BABFrameObservingInputAccessoryView",
"screenshots": "http://brynbodayle.com/Files/BABCropperView.gif",
"license": "MIT",
"authors": {
"Bryn Bodayle": "bryn.bodayle@gmail.com"
},
"source": {
"git": "https://github.com/brynbodayle/BABFrameObservingInputAccessoryView.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/brynbodayle",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}