blob: 6c603721e4874fd003fdf31fabfc95c9d5039625 [file] [log] [blame]
{
"name": "FuzzyMatching",
"version": "0.2.0",
"summary": "Easy to use, lightweight and dependency free fuzzy-search library written in swift.",
"description": "The library uses the Jaro Winkler Similarity Algorithm for finding the closest match to a given term.",
"homepage": "https://github.com/cunum/fuzzy-search",
"screenshots": "https://github.com/cunum/fuzzy-search/blob/master/screen.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cunum": "christian.mahler@cunum.com"
},
"source": {
"git": "https://github.com/cunum/fuzzy-search.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/ChristianMahler",
"platforms": {
"ios": "12.1"
},
"source_files": "FuzzySearch/*.{swift}",
"swift_version": "4.2"
}