blob: d142186682e4614a19dc8a32d6f2ce6de7880cec [file] [log] [blame]
{
"name": "StringScore_Swift",
"version": "0.1.0",
"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_Swift 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/yichizhang/StringScore_Swift",
"license": "MIT",
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/StringScore_Swift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nsyichi",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*"
}