[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / c / DoubleMetaphoneSwift / 0.0.1 / DoubleMetaphoneSwift.podspec.json
blob8be6478bc0b93c448c636b4020cad7c87aff90bf
2   "name": "DoubleMetaphoneSwift",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zebulon Frantzich": "zeb.frantzich@agapered.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ZebulonFrantzich/DoubleMetaphoneSwift.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "DoubleMetaphoneSwift/*.{swift,h}",
24     "DoubleMetaphoneSwift/double_metaphone/*.{c,h,m}",
25     "DoubleMetaphoneSwift/double_metaphone/aes/*.{c,h,m}"
26   ],
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/"
31   },
32   "libraries": "z",
33   "preserve_paths": "DoubleMetaphoneSwift/double_metaphone/module.modulemap",
34   "pushed_with_swift_version": "3.0"