[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / 1 / d / iSphinx / 1.1.3 / iSphinx.podspec.json
blob53b5bb97aef0fcd98a1f1466f257bfa463c74fe9
2   "name": "iSphinx",
3   "version": "1.1.3",
4   "license": "MIT",
5   "summary": "iOS library with swift for offline speech recognition base on Pocketsphinx engine.",
6   "homepage": "https://github.com/icaksama/iSphinx",
7   "social_media_url": "https://www.facebook.com/icaksama.fanpage",
8   "authors": {
9     "icaksama": "icaksama@gmail.org"
10   },
11   "source": {
12     "git": "https://github.com/icaksama/iSphinx.git",
13     "tag": "1.1.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "CoreAudio",
22     "AVFoundation",
23     "CoreMedia"
24   ],
25   "preserve_paths": [
26     "iSphinx/Sphinx/include/**/*.{h}",
27     "iSphinx/Sphinx/include/*.{modulemap}"
28   ],
29   "vendored_libraries": [
30     "iSphinx/Sphinx/lib/pocketsphinx/libpocketsphinx.a",
31     "iSphinx/Sphinx/lib/sphinxbase/libsphinxbase.a"
32   ],
33   "libraries": [
34     "pocketsphinx",
35     "sphinxbase"
36   ],
37   "resource_bundles": {
38     "Assets": [
39       "iSphinx/iSphinx/Assets/*.{arpa,wav,txt}"
40     ],
41     "AcousticModel": "iSphinx/iSphinx/Assets/en-us-ptm/*"
42   },
43   "source_files": [
44     "iSphinx/iSphinx/*.{swift,h}",
45     "iSphinx/iSphinx/iSphinx Utilities/*.{swift}"
46   ],
47   "pod_target_xcconfig": {
48     "SWIFT_VERSION": "4.0",
49     "ENABLE_BITCODE": "NO",
50     "EXCLUDED_SOURCE_FILE_NAMES": "cmudict-en-us.dict",
51     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
52     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include",
53     "LIBRARY_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/pocketsphinx ${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/sphinxbase",
54     "OTHER_LDFLAGS": "-lObjC -lC -lsphinxbase -lpocketsphinx"
55   },
56   "xcconfig": {
57     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
58     "ENABLE_BITCODE": "NO"
59   },
60   "pushed_with_swift_version": "4.0"