blob: cd3fe42ececb28e986ceb660e74f8a67423a4494 [file] [log] [blame]
{
"name": "Soundex",
"version": "0.1",
"summary": "Swift implementation of the original Soundex algorithm.",
"description": "Soundex is a simple phonetic encoding algorithm for strings. The algorithm was designed in 1918 for the United States Census. The algorithm is tuned for US English.",
"homepage": "https://github.com/cliffordh/Soundex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clifford Helsel": "cliff@phonetransact.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/cliffordh/Soundex.git",
"tag": "v0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}