Skip to content

Commit

Permalink
[Add] iSphinx 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
icaksama authored and CocoaPodsBot committed Jan 20, 2018
1 parent 6b70fba commit c34546c
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions Specs/6/1/d/iSphinx/1.1.8/iSphinx.podspec.json
@@ -0,0 +1,60 @@
{
"name": "iSphinx",
"version": "1.1.8",
"license": "MIT",
"summary": "iSphinx is pocketsphinx in swift language for offline speech recognition, gives very simple configuration without dealing with assets.",
"homepage": "https://github.com/icaksama/iSphinx",
"social_media_url": "https://www.facebook.com/icaksama.fanpage",
"authors": {
"icaksama": "icaksama@gmail.com"
},
"source": {
"git": "https://github.com/icaksama/iSphinx.git",
"tag": "1.1.8"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"CoreAudio",
"AVFoundation",
"CoreMedia"
],
"preserve_paths": [
"iSphinx/Sphinx/include/**/*.{h}",
"iSphinx/Sphinx/include/*.{modulemap}"
],
"vendored_libraries": [
"iSphinx/Sphinx/lib/pocketsphinx/libpocketsphinx.a",
"iSphinx/Sphinx/lib/sphinxbase/libsphinxbase.a"
],
"libraries": [
"pocketsphinx",
"sphinxbase"
],
"resource_bundles": {
"Assets": [
"iSphinx/iSphinx/Assets/*.{arpa,wav,txt}"
],
"AcousticModel": "iSphinx/iSphinx/Assets/en-us-ptm/*"
},
"source_files": [
"iSphinx/iSphinx/*.{swift,h}",
"iSphinx/iSphinx/iSphinx Utilities/*.{swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0",
"ENABLE_BITCODE": "NO",
"SWIFT_OPTIMIZATION_LEVEL": "-Onone",
"HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
"SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include",
"LIBRARY_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/pocketsphinx ${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/lib/sphinxbase",
"OTHER_LDFLAGS": "-lsphinxbase -lpocketsphinx"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/iSphinx/Sphinx/Include/**",
"SWIFT_OPTIMIZATION_LEVEL": "$(inherited)",
"ENABLE_BITCODE": "$(inherited)"
}
}

0 comments on commit c34546c

Please sign in to comment.