2 "name": "ACRAutoComplete",
4 "summary": "An auto-complete library written in Swift for iOS using the trie data structure",
5 "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.",
6 "homepage": "https://github.com/acrookston/ACRAutoComplete",
12 "git": "https://github.com/acrookston/ACRAutoComplete.git",
16 "Andrew Crookston": "andrew@caoos.com"
18 "social_media_url": "https://twitter.com/acr",
22 "source_files": "ACRAutoComplete/Classes/**/*",
23 "pushed_with_swift_version": "4.0"