[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 6 / 7 / Aimybox / 0.0.12 / Aimybox.podspec.json
blob6346ab60a913aa251e59a7950b1d69f44de21e78
2   "name": "Aimybox",
3   "version": "0.0.12",
4   "summary": "The only solution if you need to embed your own intelligent voice assistant into your existing application or device.",
5   "description": "Aimybox is a world-first open source independent voice assistant SDK and voice skills marketplace platform that enables you to create your own voice assistant or embed it into any application or device like robots or Raspberry Pi.",
6   "homepage": "https://github.com/just-ai/aimybox-ios-sdk.git",
7   "screenshots": "https://bit.ly/2pOomUs",
8   "license": {
9     "type": "APACHE 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "vasolutions": "vasolutions@just-ai.com"
14   },
15   "source": {
16     "git": "https://github.com/just-ai/aimybox-ios-sdk.git",
17     "tag": "0.0.12"
18   },
19   "social_media_url": "https://twitter.com/aimybox",
20   "platforms": {
21     "ios": "11.4"
22   },
23   "swift_versions": "5.2",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "AimyboxCore/**/*.{swift}",
30         "AimyboxCore/**/**/*.{swift}",
31         "AimyboxCore/**/**/**/*.{swift}"
32       ]
33     },
34     {
35       "name": "Utils",
36       "source_files": "Utils/**/*.{swift}",
37       "exclude_files": "Utils/**/*.{plist}"
38     },
39     {
40       "name": "AimyboxDialogAPI",
41       "source_files": "Components/AimyboxDialogAPI/Sources/*.{swift}",
42       "dependencies": {
43         "Aimybox/Core": [
45         ],
46         "Aimybox/Utils": [
48         ]
49       }
50     },
51     {
52       "name": "AVTextToSpeech",
53       "source_files": "Components/AVTextToSpeech/Sources/*.{swift}",
54       "dependencies": {
55         "Aimybox/Core": [
57         ],
58         "Aimybox/Utils": [
60         ]
61       }
62     },
63     {
64       "name": "SFSpeechToText",
65       "source_files": "Components/SFSpeechToText/Sources/*.{swift}",
66       "dependencies": {
67         "Aimybox/Core": [
69         ],
70         "Aimybox/Utils": [
72         ]
73       }
74     },
75     {
76       "name": "YandexSpeechKit",
77       "source_files": [
78         "Components/YandexSpeechKit/Sources/*.{swift}",
79         "Components/YandexSpeechKit/Sources/**/*.{swift}",
80         "Components/YandexSpeechKit/Sources/**/**/*.{swift}"
81       ],
82       "dependencies": {
83         "Aimybox/Core": [
85         ],
86         "Aimybox/Utils": [
88         ],
89         "SwiftGRPC": [
91         ],
92         "SwiftProtobuf": [
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.2"