blob: 978945aaf788284e539ce80ec79984464b89e6d0 [file] [log] [blame]
{
"name": "UIViewController-KeyboardAdditions",
"version": "1.2",
"summary": "Tiny UIViewController category that provides handy way for keyboard handling logic.",
"description": "`UIViewController+KeyboardAdditions` category simplifies keyboard handling logic by extending UIViewController class with several simple methods.",
"homepage": "https://github.com/podkovyrin/UIViewController-KeyboardAdditions",
"license": "MIT",
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/podkovyrin/UIViewController-KeyboardAdditions.git",
"tag": "1.2"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}