blob: cd66930f7cc2386d08779a5167a85e479dc5c60b [file] [log] [blame]
{
"name": "MWKeyboardAnimation",
"version": "1.0.0",
"summary": "A UIView category to simplify animations that sync up with the UIKeyboard show/hide animation",
"homepage": "http://github.com/lazerwalker/MWKeyboardAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Lazer-Walker": "mike@lazerwalker.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lazerwalker/MWKeyboardAnimation.git",
"tag": "1.0.0"
},
"source_files": "Classes",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}