blob: ccaa2ad6d7d0d101ee4d7960eaa7525d304f78b1 [file] [log] [blame]
{
"name": "Keyboardy",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"frameworks": "UIKit"
}