blob: 8be6478bc0b93c448c636b4020cad7c87aff90bf [file] [log] [blame]
{
"name": "DoubleMetaphoneSwift",
"version": "0.0.1",
"summary": "A Swift implementation of the Double Metaphone algorithm",
"description": "This CocoaPod uses the double metaphone algorithm to calculate primary and secondary values of a passed string. It is based the PostgreSQL double metaphone C library, but matches the output of other double metaphone algorithms as well.",
"homepage": "https://github.com/ZebulonFrantzich/DoubleMetaphoneSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zebulon Frantzich": "zeb.frantzich@agapered.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ZebulonFrantzich/DoubleMetaphoneSwift.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": [
"DoubleMetaphoneSwift/*.{swift,h}",
"DoubleMetaphoneSwift/double_metaphone/*.{c,h,m}",
"DoubleMetaphoneSwift/double_metaphone/aes/*.{c,h,m}"
],
"public_header_files": "DoubleMetaphoneSwift/*.h",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/DoubleMetaphoneSwift/DoubleMetaphoneSwift/double_metaphone/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/DoubleMetaphoneSwift/DoubleMetaphoneSwift/"
},
"libraries": "z",
"preserve_paths": "DoubleMetaphoneSwift/double_metaphone/module.modulemap",
"pushed_with_swift_version": "3.0"
}