| { |
| "name": "InputAssistant", |
| "version": "1.0.1", |
| "summary": "Provide custom auto-completion options for the iOS keyboard.", |
| "description": "This library is a view that shows custom auto-complete suggestions for your UITextField / UITextView.", |
| "homepage": "https://github.com/IMcD23/InputAssistant", |
| "screenshots": [ |
| "https://github.com/IMcD23/InputAssistant/raw/master/Resources/Keyboard.png", |
| "https://github.com/IMcD23/InputAssistant/raw/master/Resources/Keyboard_iPad.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ian McDowell": "me@ianmcdowell.net" |
| }, |
| "social_media_url": "http://twitter.com/ian_mcdowell", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/IMcD23/InputAssistant.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "swift_version": "4.0" |
| } |