Skip to content

Commit

Permalink
[Add] NPKeyboardLayoutGuide 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodepad authored and CocoaPodsBot committed Sep 14, 2014
1 parent 6548640 commit 3fa89ef
Showing 1 changed file with 26 additions and 0 deletions.
@@ -0,0 +1,26 @@
{
"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"
]
}
}

0 comments on commit 3fa89ef

Please sign in to comment.