[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / 8 / ACRAutoComplete / 1.1.2 / ACRAutoComplete.podspec.json
blob899a36b03f41fa971d515a12b5461b78223b6a97
2   "name": "ACRAutoComplete",
3   "version": "1.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/acrookston/ACRAutoComplete.git",
13     "tag": "1.1.2"
14   },
15   "authors": {
16     "Andrew Crookston": "andrew@caoos.com"
17   },
18   "social_media_url": "https://twitter.com/acr",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ACRAutoComplete/Classes/**/*",
23   "pushed_with_swift_version": "4.0"