| { |
| "name": "Keyboard+LayoutGuide", |
| "version": "1.3.0", |
| "summary": "Apple's missing KeyboardLayoutGuide", |
| "homepage": "https://github.com/freshOS/KeyboardLayoutGuide", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "freshOS", |
| "source": { |
| "git": "https://github.com/freshOS/KeyboardLayoutGuide.git", |
| "tag": "1.3.0" |
| }, |
| "social_media_url": "https://twitter.com/sachadso", |
| "source_files": "KeyboardLayoutGuide/KeyboardLayoutGuide/*.swift", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9" |
| }, |
| "description": "An alternative approach to handling keyboard in iOS with Autolayout", |
| "module_name": "KeyboardLayoutGuide" |
| } |