2 "name": "Fuzzywuzzy_swift",
4 "summary": "Fuzzy String Matching in Swift using Levenshtein Distance. Inspired by the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy",
5 "description": "Fuzzy String Matching in Swift using Levenshtein Distance. Ported from the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy\nIt supports multiple types of string matching.\nIt has no external dependancies. And thanks to Swift String, it can support multi-language.",
6 "homepage": "https://github.com/lxian/Fuzzywuzzy_swift",
12 "Li Xian": "lxian2shell@gmail.com"
19 "git": "https://github.com/lxian/Fuzzywuzzy_swift.git",
23 "source_files": "Fuzzywuzzy_swift/**/*.{h,swift}"