[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 1 / Spokestack-iOS / 11.0.0 / Spokestack-iOS.podspec.json
bloba85647558f809b0cf5c53968bd9e1725e04c4f4b
2   "name": "Spokestack-iOS",
3   "module_name": "Spokestack",
4   "version": "11.0.0",
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.0"
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   "pod_target_xcconfig": {
35     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Spokestack/VAD/Wit",
36     "HEADER_SEARCH_PATHS": "$(SRCROOT)/Spokestack/VAD/Wit"
37   },
38   "preserve_paths": "Spokestack/**/*.modulemap",
39   "public_header_files": "Spokestack/Spokestack.h",
40   "dependencies": {
41     "TensorFlowLiteSwift": [
42       "~> 1.14.0"
43     ],
44     "filter_audio": [
45       "~> 0.5.0"
46     ]
47   },
48   "static_framework": true,
49   "swift_version": "5.0"