[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 8 / 6 / SJStringScore / 1.0.0 / SJStringScore.podspec.json
blob1485d2005b3dbb46fc48f78016434c99ec9143e6
2   "name": "SJStringScore",
3   "version": "1.0.0",
4   "summary": "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect.",
5   "description": "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect. StringScore is a Swift library which provides fast fuzzy string matching/scoring. Based on the JavaScript library of the same name, by Joshaven Potter.",
6   "homepage": "https://github.com/broadwaylamb/SJStringScore",
7   "license": "MIT",
8   "authors": {
9     "Yichi Zhang": "zhang-yi-chi@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/broadwaylamb/SJStringScore.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/nsyichi",
16   "source_files": "Sources/**/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "pushed_with_swift_version": "3.0"