2 "name": "LevenshteinSwift",
4 "summary": "Compute Levenshtein string distances using Swift.",
5 "description": "[Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) is a measure of the difference between two strings. It can be used for fuzzy searching, among other things. This is an implementation in Swift 1.2, based on Mark Aufflick's Objective-C \"NSString+Levenshtein\".",
6 "homepage": "https://github.com/coryalder/LevenshteinSwift",
9 "Cory Alder": "cory@davander.com"
12 "git": "https://github.com/coryalder/LevenshteinSwift.git",
15 "social_media_url": "https://twitter.com/corydmc",
20 "source_files": "*.swift",
21 "frameworks": "Foundation"