| { |
| "name": "PNKeyboardStateListener", |
| "version": "0.1.0", |
| "summary": "PNKeyboardStateListener is a utility to check if keyboard is visible and dismiss keyboard from where you want", |
| "homepage": "https://github.com/giuseppenucifora/PNKeyboardStateListener", |
| "license": "MIT", |
| "authors": { |
| "Giuseppe Nucifora": "me@giuseppenucifora.com" |
| }, |
| "source": { |
| "git": "https://github.com/giuseppenucifora/PNKeyboardStateListener.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PNKeyboardStateListener/Classes/**/*", |
| "resource_bundles": { |
| "PNKeyboardStateListener": [ |
| "PNKeyboardStateListener/Assets/*.png" |
| ] |
| } |
| } |