blob: 8ca94c3ed9f667da1c3253e8255de9c0a61a606c [file] [log] [blame]
{
"name": "AutoCompleteAccessoryView",
"version": "0.1.8",
"summary": "AutoCompleteAccessoryView and PlaceHolderAccessoryView are a keyboard accessory views.",
"description": "AutoCompleteAccessoryView is an keyboard accessory view with autocomplete. You can use any [String] to search for with feed back on selection and completion.\n\nPlaceHolderAccessoryView is an keyboard accessory view with Place Holder Text.",
"homepage": "https://github.com/MatthewMerritt/AutoCompleteAccessoryView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MatthewMerritt": "matthew.merritt@yahoo.com"
},
"source": {
"git": "https://github.com/MatthewMerritt/AutoCompleteAccessoryView.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "12.2"
},
"source_files": "AutoCompleteAccessoryView/Classes/**/*",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"swift_versions": [
"5.0",
"5.1"
],
"dependencies": {
"EasyClosure": [
]
},
"swift_version": "5.1"
}