blob: 6bf3a621a86fffb3e8067d602e81827123c843e8 [file] [log] [blame]
{
"name": "FuzzyMatchingSwift",
"version": "0.7.0",
"summary": "Fuzzy matching String extensions.",
"description": "FuzzyMatchingSwift provides String extensions which allow developers to find similar Strings in Strings and Arrays of Strings.",
"homepage": "https://github.com/seanoshea/FuzzyMatchingSwift",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"seanoshea": "oshea.ie@gmail.com"
},
"source": {
"git": "https://github.com/seanoshea/FuzzyMatchingSwift.git",
"tag": "0.7.0"
},
"social_media_url": "https://twitter.com/seanoshea",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "11.1",
"osx": "10.13",
"watchos": "4.1",
"tvos": "11.1"
},
"source_files": "FuzzyMatchingSwift/Classes/**/*",
"pushed_with_swift_version": "4.0"
}