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",
9 "icaksama": "icaksama@gmail.org"
12 "git": "https://github.com/icaksama/iSphinx.git",
26 "iSphinx/Sphinx/include/**/*.{h}",
27 "iSphinx/Sphinx/include/*.{modulemap}"
29 "vendored_libraries": [
30 "iSphinx/Sphinx/lib/pocketsphinx/libpocketsphinx.a",
31 "iSphinx/Sphinx/lib/sphinxbase/libsphinxbase.a"
39 "iSphinx/iSphinx/Assets/*.{arpa,wav,txt}"
41 "AcousticModel": "iSphinx/iSphinx/Assets/en-us-ptm/*"
44 "iSphinx/iSphinx/*.{swift,h}",
45 "iSphinx/iSphinx/iSphinx Utilities/*.{swift}"
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"
57 "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
58 "ENABLE_BITCODE": "NO"
60 "pushed_with_swift_version": "4.0"