blob: e81ecc0a6072ae2147a0ca32e19474cadfa83c5f [file] [log] [blame]
{
"name": "SJStringScore",
"version": "1.0.1",
"summary": "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect.",
"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.",
"homepage": "https://github.com/broadwaylamb/SJStringScore",
"license": "MIT",
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/broadwaylamb/SJStringScore.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/nsyichi",
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}