blob: 1cf2aa964eef20fcf288ff03d0190fb3a04d4768 [file] [log] [blame]
{
"name": "MHSuggestField",
"version": "0.1.0",
"summary": "A textfield with an optional auto suggest view.",
"description": "A textfield with an optional list of suggested values that the user can pick from. You can restrict the user to pick a value from the list or leave it free.",
"homepage": "https://github.com/mazenhalawi/MHSuggestField.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mazen": "mazen.halawi79@hotmail.com"
},
"source": {
"git": "https://github.com/mazenhalawi/MHSuggestField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MHSuggestField/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "4.0",
"swift_version": "4.0"
}