blob: 5d99364414cda2e0821d551e8acb2b7229738fb5 [file] [log] [blame]
{
"name": "RDRStickyKeyboardView",
"version": "0.0.2",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "Replication of iMessage's text input behavior on iOS 7",
"homepage": "https://github.com/datwelk/RDRStickyKeyboardView",
"authors": {
"Damiaan Twelker": "damiaan@whirlingcode.com"
},
"source": {
"git": "https://github.com/datwelk/RDRStickyKeyboardView.git",
"tag": "0.0.2"
},
"description": "Add iMessage's text input behavior (UIScrollViewKeyboardDismissModeInteractive + persistent inputAccessoryView) to any UIScrollView.",
"source_files": "RDRStickyKeyboardView/*.{h,m}",
"requires_arc": true
}