blob: c8cbf913f4eb622d7d9b262b15706ffa3e77aada [file] [log] [blame]
{
"name": "SwiftAutoSuggestion",
"version": "0.1.0",
"swift_versions": "5",
"summary": "SwiftAutoSuggestion gives a pop up view for contextual autocomplete suggestions",
"description": "'SwiftAutoSuggestion can be used to diplay a list of items with UI similar to a context menu. Primarily it can be used to display autocomplete suggestion texts.'",
"homepage": "https://github.com/RevanthKausikan/SwiftAutoSuggestion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Revanth Kausikan": "revanth.k.h@gmail.com"
},
"source": {
"git": "https://github.com/RevanthKausikan/SwiftAutoSuggestion.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftAutoSuggestion/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5"
}