| { |
| "name": "KeyboardSpy", |
| "version": "1.0", |
| "summary": "The Easiest Way to Observe Keyboard Notifications in iOS", |
| "description": "KeyboardSpy is a super lightweight and easy to use wrapper that makes observing keyboard notifications in iOS a breeze.", |
| "homepage": "https://github.com/Daltron/KeyboardSpy", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Daltron": "daltonhint4@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Daltron/KeyboardSpy.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KeyboardSpy/Classes/**/*" |
| } |