[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 4 / c / LevenshteinSwift / 1.0.0 / LevenshteinSwift.podspec.json
blob7a3c51e8ba3259554343136a8bd25d654ac92427
2   "name": "LevenshteinSwift",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Cory Alder": "cory@davander.com"
10   },
11   "source": {
12     "git": "https://github.com/coryalder/LevenshteinSwift.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/corydmc",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "*.swift",
21   "frameworks": "Foundation"