blob: 74f27e66eff25e3747af568c4a9df61e820ea11a [file] [log] [blame]
{
"name": "UIViewKeyboardAvoiding",
"version": "0.1.0",
"summary": "A simple way to make your UITextField to be always visible when the keyboard appears",
"description": "A simple way to make your UITextField to be always visible, moving up the UIView when the keyboard appears (firstResponder)",
"homepage": "https://github.com/renatosarro/UIViewKeyboardAvoiding",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Renato Matos": "renatorsarro@gmail.com"
},
"source": {
"git": "https://github.com/renatosarro/UIViewKeyboardAvoiding.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rmatos_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"UIViewKeyboardAvoiding": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}