[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 4 / 1 / NPKeyboardLayoutGuide / 1.0.0 / NPKeyboardLayoutGuide.podspec.json
blobc51276e568651e00fb9d9b9ce0d112f8e87e024d
2   "name": "NPKeyboardLayoutGuide",
3   "version": "1.0.0",
4   "summary": "Add layout guide for keyboard to UIViewController",
5   "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",
6   "homepage": "https://github.com/Nodepad/NPKeyboardLayoutGuide",
7   "license": "MIT",
8   "authors": {
9     "Oleksii Kuchma": "nod3pad@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Nodepad/NPKeyboardLayoutGuide.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/oleksiikuchma",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "NPKeyboardLayoutGuide": [
23       "Pod/Assets/*.png"
24     ]
25   }