blob: f65099dac9441dbc9323b5df40ba6b3dad40afc1 [file] [log] [blame]
{
"name": "CCKeyboardControl",
"version": "0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"UIView+TKGeometry": [
]
}
}