blob: 76ac909dfceb05df8fe6087b75b63b2ecea90bc8 [file] [log] [blame]
{
"name": "IHKeyboardDismissing",
"version": "0.1",
"summary": "IHKeyboardDismissing is a custom view that, when tapped, will dismiss the keyboard",
"homepage": "https://github.com/IdleHandsApps/IHKeyboardDismissing/",
"description": " IHKeyboardDismissing is a custom view that, when tapped, will dismiss the keyboard\n\nSimply change the class of you background view to IHKeyboardDismissing in you xib file then, when user taps the background, the keyboard will be dismissed\n\nDo away with those ugly keyboard accessory views\n",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/IHKeyboardDismissing.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}