blob: 6b1d8a2fa5f2da256bfd7e878775c2c3763385a5 [file] [log] [blame]
{
"name": "FuzzyMatchingSwift",
"version": "0.5.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.5.0"
},
"social_media_url": "https://twitter.com/seanoshea",
"requires_arc": true,
"compiler_flags": "-whole-module-optimization",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "FuzzyMatchingSwift/Classes/**/*"
}