blob: df8a6a0431d294e7982916b4ce17fd0fb00cc8d8 [file] [log] [blame]
{
"name": "FuzzyMatchingSwift",
"version": "0.8.1",
"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.8.1"
},
"social_media_url": "https://twitter.com/seanoshea",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "13.2",
"osx": "10.15",
"watchos": "6.1",
"tvos": "13.2"
},
"source_files": "FuzzyMatchingSwift/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}