[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / d / iSphinx / 1.1.1 / iSphinx.podspec.json
blob5305c0fa4b67c46ea7d2c1c7bb7124cafe82755c
2   "name": "iSphinx",
3   "version": "1.1.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.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     "iSphinx/Sphinx/lib/sphinxbase/libsphinxad.a"
33   ],
34   "libraries": [
35     "pocketsphinx",
36     "sphinxad",
37     "sphinxbase"
38   ],
39   "resources": [
40     "iSphinx/iSphinx/Assets/*.{arpa,wav,dict}",
41     "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     "EXCLUDED_SOURCE_FILE_NAMES": "cmudict-en-us.dict",
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": "-lObjC -lC -lsphinxbase -lsphinxad -lpocketsphinx"
54   },
55   "xcconfig": {
56     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**"
57   },
58   "pushed_with_swift_version": "4.0"