[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / a / d / c / FuzzyMatching / 0.2.0 / FuzzyMatching.podspec.json
blob6c603721e4874fd003fdf31fabfc95c9d5039625
2   "name": "FuzzyMatching",
3   "version": "0.2.0",
4   "summary": "Easy to use, lightweight and dependency free fuzzy-search library written in swift.",
5   "description": "The library uses the Jaro Winkler Similarity Algorithm for finding the closest match to a given term.",
6   "homepage": "https://github.com/cunum/fuzzy-search",
7   "screenshots": "https://github.com/cunum/fuzzy-search/blob/master/screen.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "cunum": "christian.mahler@cunum.com"
14   },
15   "source": {
16     "git": "https://github.com/cunum/fuzzy-search.git",
17     "tag": "0.2.0"
18   },
19   "social_media_url": "https://twitter.com/ChristianMahler",
20   "platforms": {
21     "ios": "12.1"
22   },
23   "source_files": "FuzzySearch/*.{swift}",
24   "swift_version": "4.2"