[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 1 / Spokestack-iOS / 14.2.1 / Spokestack-iOS.podspec.json
blob08bc3920db2a7c00863dcd1567bcc29d276096d9
2   "name": "Spokestack-iOS",
3   "module_name": "Spokestack",
4   "version": "14.2.1",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "summary": "Spokestack provides an extensible speech interface for the iOS platform.",
10   "homepage": "https://www.spokestack.io",
11   "authors": {
12     "Spokestack": "support@spokestack.io"
13   },
14   "source": {
15     "git": "https://github.com/spokestack/spokestack-ios.git",
16     "tag": "14.2.1",
17     "branch": "release"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "ios": {
24     "frameworks": [
25       "AVFoundation",
26       "CoreML"
27     ]
28   },
29   "exclude_files": [
30     "SpokestackFrameworkExample/*.*",
31     "SpokestackTests/*.*",
32     "Spokestack/Info.plist"
33   ],
34   "source_files": "Spokestack/**/*.{swift,h,m,c}",
35   "public_header_files": "Spokestack/Spokestack.h",
36   "dependencies": {
37     "TensorFlowLiteSwift": [
38       "~> 2.6.0"
39     ],
40     "filter_audio": [
41       "~> 0.5.0"
42     ]
43   },
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"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
52     "EXCLUDED_ARCHS[sdk=watchsimulator*]": "arm64",
53     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
54   },
55   "swift_version": "5.0"