blob: b65b67fc0137b90a337b4f4a6e40c6df45424819 [file] [log] [blame]
{
"name": "InputAssistant",
"version": "1.0.0",
"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.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.0"
}