blob: 9ff1b3591d7085ef0547ead1e1c0a9c7e7533867 [file] [log] [blame]
{
"name": "NSString+LevenshteinDistance",
"version": "0.0.1",
"summary": "Levenshtein distance methods for NSString.",
"description": " Add Levenshtein distance methods to NSString.\n \n - http://en.wikipedia.org/wiki/Levenshtein_distance\n",
"homepage": "https://github.com/koyachi/NSString-LevenshteinDistance",
"license": "MIT",
"authors": {
"koyachi": "rtk2106@gmail.com"
},
"source": {
"git": "https://github.com/koyachi/NSString-LevenshteinDistance.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}