blob: 3802a51ab96eb041603ac54e91777ad4e625d38e [file] [log] [blame]
{
"name": "ACRAutoComplete",
"version": "1.0.0",
"summary": "An auto-complete library written in Swift for iOS using the trie data structure",
"description": "An auto-complete library written in Swift for iOS using the trie data structure.\n\nA simple Trie structure implementation in Swift for indexing and searching words.\n\nThis library does not include a user interface, it was built to be a simple easy to use auto-completion tool. Originally, it written for MessMoji.",
"homepage": "https://github.com/acrookston/ACRAutoComplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Crookston": "andrew@caoos.com"
},
"source": {
"git": "https://github.com/acrookston/ACRAutoComplete.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/acr",
"platforms": {
"ios": "8.0"
},
"source_files": "ACRAutoComplete/Classes/**/*",
"pushed_with_swift_version": "3.0"
}