[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / 8 / 6 / 1 / Spokestack-iOS / 13.2.0 / Spokestack-iOS.podspec.json
blob5778f18d34c524422ef1982ece6062b44b61c360
2   "name": "Spokestack-iOS",
3   "module_name": "Spokestack",
4   "version": "13.2.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": "13.2.0",
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       "~> 1.14.0"
39     ],
40     "filter_audio": [
41       "~> 0.5.0"
42     ]
43   },
44   "static_framework": true,
45   "swift_version": "5.0"