[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 1 / d / iSphinx / 1.1.8 / iSphinx.podspec.json
blobd5ae494f53129251c41cfda43ecfaa2953e66d3d
2   "name": "iSphinx",
3   "version": "1.1.8",
4   "license": "MIT",
5   "summary": "iSphinx is pocketsphinx in swift language for offline speech recognition, gives very simple configuration without dealing with assets.",
6   "homepage": "https://github.com/icaksama/iSphinx",
7   "social_media_url": "https://www.facebook.com/icaksama.fanpage",
8   "authors": {
9     "icaksama": "icaksama@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/icaksama/iSphinx.git",
13     "tag": "1.1.8"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "CoreAudio",
21     "AVFoundation",
22     "CoreMedia"
23   ],
24   "preserve_paths": [
25     "iSphinx/Sphinx/include/**/*.{h}",
26     "iSphinx/Sphinx/include/*.{modulemap}"
27   ],
28   "vendored_libraries": [
29     "iSphinx/Sphinx/lib/pocketsphinx/libpocketsphinx.a",
30     "iSphinx/Sphinx/lib/sphinxbase/libsphinxbase.a"
31   ],
32   "libraries": [
33     "pocketsphinx",
34     "sphinxbase"
35   ],
36   "resource_bundles": {
37     "Assets": [
38       "iSphinx/iSphinx/Assets/*.{arpa,wav,txt}"
39     ],
40     "AcousticModel": "iSphinx/iSphinx/Assets/en-us-ptm/*"
41   },
42   "source_files": [
43     "iSphinx/iSphinx/*.{swift,h}",
44     "iSphinx/iSphinx/iSphinx Utilities/*.{swift}"
45   ],
46   "pod_target_xcconfig": {
47     "SWIFT_VERSION": "4.0",
48     "ENABLE_BITCODE": "NO",
49     "SWIFT_OPTIMIZATION_LEVEL": "-Onone",
50     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
51     "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include",
52     "LIBRARY_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/pocketsphinx ${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/sphinxbase",
53     "OTHER_LDFLAGS": "-lsphinxbase -lpocketsphinx"
54   },
55   "xcconfig": {
56     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
57     "SWIFT_OPTIMIZATION_LEVEL": "$(inherited)",
58     "ENABLE_BITCODE": "$(inherited)"
59   }