blob: 78b45de1a1a3035a335c4a2600ac17538582a622 [file] [log] [blame]
{
"name": "MWKeyboardAnimation",
"version": "1.1.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.1.0"
},
"source_files": "Classes",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}