From c34546cbb86a709117f75c434ce10b0bd879568d Mon Sep 17 00:00:00 2001 From: icaksama Date: Sat, 20 Jan 2018 08:11:34 -0500 Subject: [PATCH] [Add] iSphinx 1.1.8 --- .../6/1/d/iSphinx/1.1.8/iSphinx.podspec.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 Specs/6/1/d/iSphinx/1.1.8/iSphinx.podspec.json diff --git a/Specs/6/1/d/iSphinx/1.1.8/iSphinx.podspec.json b/Specs/6/1/d/iSphinx/1.1.8/iSphinx.podspec.json new file mode 100644 index 00000000000000..d5ae494f531292 --- /dev/null +++ b/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)" + } +}