blob: 21e2898360d6d766bfa3e4b4990caa46826f5b84 [file] [log] [blame]
{
"name": "HASuggestionField",
"swift_version": "4.0",
"version": "0.0.4",
"summary": "HASuggestionField is a iOS suggestion list written in Swift. It suggests list of items provided against any symbol. It allows user to select any of the suggested item from dropdown. Then it applies provided attributes on selected item. Items are also defined by structs. These structs will define each item's properties.",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lz"
},
"homepage": "https://github.com/Hassan-Aftab/HASuggestionField",
"license": "GNU General Public License",
"authors": {
"Hassan Aftab": "Hassan.aftab@coeus-solutions.de",
"tag": "0.0.4"
},
"source": {
"git": "https://github.com/Hassan-Aftab/HASuggestionField.git",
"tag": "master"
},
"source_files": [
"Classes",
"HASuggestionField/HASuggestionField.swift"
]
}