[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 1 / Spokestack-iOS / 4.1.0 / Spokestack-iOS.podspec.json
blobdac3cf18ff24901aacf62cd3bd24e2fb0b5cae82
2   "name": "Spokestack-iOS",
3   "version": "4.1.0",
4   "license": {
5     "type": "Apache",
6     "file": "LICENSE"
7   },
8   "summary": "Spokestack provides an extensible speech recognition pipeline for the iOS platform.",
9   "homepage": "https://www.spokestack.io",
10   "authors": {
11     "Spokestack": "support@spokestack.io"
12   },
13   "source": {
14     "git": "https://github.com/spokestack/spokestack-ios.git",
15     "tag": "4.1.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "4.2",
21   "ios": {
22     "frameworks": [
23       "AVFoundation",
24       "CoreML"
25     ]
26   },
27   "exclude_files": [
28     "SpokestackFrameworkExample/*.*",
29     "SpokestackTests/*.*",
30     "Spokestack/Info.plist"
31   ],
32   "source_files": "Spokestack/**/*.{swift,h,m,c}",
33   "pod_target_xcconfig": {
34     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Spokestack/VAD/Wit",
35     "HEADER_SEARCH_PATHS": "$(SRCROOT)/Spokestack/VAD/Wit"
36   },
37   "preserve_paths": "Spokestack/**/*.modulemap",
38   "public_header_files": "Spokestack/Spokestack.h",
39   "dependencies": {
40     "TensorFlowLiteSwift": [
41       "~> 1.14.0"
42     ],
43     "filter_audio": [
44       "~> 0.4.3"
45     ]
46   },
47   "static_framework": true,
48   "swift_version": "4.2"