blob: 39cac2cabb0e9499034f52be3f4a414a59b24565 [file] [log] [blame]
{
"name": "CCKeyboardControl",
"version": "0.3.4",
"summary": "Easily add keyboard tracking and dismissal",
"description": "CCKeyboardControl allows you to easily enable interactive dismissing of keyboard. Also it provides a simple way to add keyboard dependant animations",
"homepage": "https://github.com/ziryanov/CCKeyboardControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Ziryanov": "ivan.ziryanov@gmail.com"
},
"source": {
"git": "https://github.com/ziryanov/CCKeyboardControl.git",
"tag": "0.3.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"UIView+TKGeometry": [
]
},
"screenshots": "https://raw.githubusercontent.com/ziryanov/CCKeyboardControl/master/3.gif"
}