blob: f3d13605b6a53ccf6c1dc2e178e5e932b45a6c2a [file] [log] [blame]
{
"name": "RSKKeyboardAnimationObserver",
"version": "1.0.0",
"summary": "Showing/dismissing keyboard animation in simple view controller category.",
"homepage": "https://github.com/ruslanskorb/RSKKeyboardAnimationObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Gaenko": "antony.gaenko@gmail.com",
"Ruslan Skorb": "ruslan.skorb@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ruslanskorb/RSKKeyboardAnimationObserver.git",
"tag": "1.0.0"
},
"source_files": "RSKKeyboardAnimationObserver/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}