blob: b6eb3d20a783ae5a77a0eff0659820458869ac66 [file] [log] [blame]
{
"name": "Keyboardy",
"version": "0.2.4",
"summary": "UIViewController extension for convenient keyboard management.",
"description": "Keyboardy extends UIViewController with few simple methods and provides delegate for handling keyboard appearance notifications.",
"homepage": "https://github.com/podkovyrin/Keyboardy",
"license": "MIT",
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/podkovyrin/Keyboardy.git",
"tag": "0.2.4"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"frameworks": "UIKit"
}