2 "name": "DoubleMetaphoneSwift",
4 "summary": "A Swift implementation of the Double Metaphone algorithm",
5 "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.",
6 "homepage": "https://github.com/ZebulonFrantzich/DoubleMetaphoneSwift",
12 "Zebulon Frantzich": "zeb.frantzich@agapered.com"
18 "git": "https://github.com/ZebulonFrantzich/DoubleMetaphoneSwift.git",
23 "DoubleMetaphoneSwift/*.{swift,h}",
24 "DoubleMetaphoneSwift/double_metaphone/*.{c,h,m}",
25 "DoubleMetaphoneSwift/double_metaphone/aes/*.{c,h,m}"
27 "public_header_files": "DoubleMetaphoneSwift/*.h",
28 "pod_target_xcconfig": {
29 "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/DoubleMetaphoneSwift/DoubleMetaphoneSwift/double_metaphone/**",
30 "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/DoubleMetaphoneSwift/DoubleMetaphoneSwift/"
33 "preserve_paths": "DoubleMetaphoneSwift/double_metaphone/module.modulemap",
34 "pushed_with_swift_version": "3.0"