[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / c / FuzzyMatching / 0.6.0 / FuzzyMatching.podspec.json
blob022e7a2ec5387dde523b5bc56dfe861fc4c10b9d
2   "name": "FuzzyMatching",
3   "version": "0.6.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.6.0"
18   },
19   "social_media_url": "https://twitter.com/ChristianMahler",
20   "platforms": {
21     "ios": "12.1"
22   },
23   "source_files": "FuzzySearch/*.{swift}",
24   "swift_versions": "5.0",
25   "swift_version": "5.0"