[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / 1 / b / a / TyToSearch / 0.0.3 / TyToSearch.podspec.json
blob400895698979874676603e2aa05008b97c53bf70
2   "name": "TyToSearch",
3   "version": "0.0.3",
4   "summary": "Typo-Tolerant Search",
5   "description": "Search Engine class that is returning hits and \"Did you mean\" suggestions. To use this typo-tolerant search, provide it an array of the keywords you want to search. It can be initialized from JSON Data or the path of that JSON file with specified keyPath of the array of keywords in it.",
6   "homepage": "https://github.com/nikola-markovic/TyToSearch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikola Marković": "nikolamarkovic1991@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/nikola-markovic/TyToSearch.git",
16     "tag": "0.0.3"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "TyToSearch/TyToSearch.swift",
23   "swift_version": "4.0"