2 "name": "Spokestack-iOS",
3 "module_name": "Spokestack",
9 "summary": "Spokestack provides an extensible speech interface for the iOS platform.",
10 "homepage": "https://www.spokestack.io",
12 "Spokestack": "support@spokestack.io"
15 "git": "https://github.com/spokestack/spokestack-ios.git",
22 "swift_versions": "5.0",
30 "SpokestackFrameworkExample/*.*",
31 "SpokestackTests/*.*",
32 "Spokestack/Info.plist"
34 "source_files": "Spokestack/**/*.{swift,h,m,c}",
35 "public_header_files": "Spokestack/Spokestack.h",
37 "TensorFlowLiteSwift": [
44 "static_framework": true,
45 "pod_target_xcconfig": {
46 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
47 "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64",
48 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
50 "user_target_xcconfig": {
51 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
52 "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64",
53 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
55 "swift_version": "5.0"