[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 1 / Spokestack-iOS / 11.0.2 / Spokestack-iOS.podspec.json
blob42ec9f633e9bd7769356cb3a5a5a205614d0ffc1
2   "name": "Spokestack-iOS",
3   "module_name": "Spokestack",
4   "version": "11.0.2",
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": "11.0.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "ios": {
23     "frameworks": [
24       "AVFoundation",
25       "CoreML"
26     ]
27   },
28   "exclude_files": [
29     "SpokestackFrameworkExample/*.*",
30     "SpokestackTests/*.*",
31     "Spokestack/Info.plist"
32   ],
33   "source_files": "Spokestack/**/*.{swift,h,m,c}",
34   "public_header_files": "Spokestack/Spokestack.h",
35   "dependencies": {
36     "TensorFlowLiteSwift": [
37       "~> 1.14.0"
38     ],
39     "filter_audio": [
40       "~> 0.5.0"
41     ]
42   },
43   "static_framework": true,
44   "swift_version": "5.0"