blob: c51276e568651e00fb9d9b9ce0d112f8e87e024d [file] [log] [blame]
{
"name": "NPKeyboardLayoutGuide",
"version": "1.0.0",
"summary": "Add layout guide for keyboard to UIViewController",
"description": " Layout guide for keyboard allows indirecty add constraints to keyboard.\n \n This class helps to raise text fields or other view when keyboard appears on screen.\n",
"homepage": "https://github.com/Nodepad/NPKeyboardLayoutGuide",
"license": "MIT",
"authors": {
"Oleksii Kuchma": "nod3pad@gmail.com"
},
"source": {
"git": "https://github.com/Nodepad/NPKeyboardLayoutGuide.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/oleksiikuchma",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"NPKeyboardLayoutGuide": [
"Pod/Assets/*.png"
]
}
}