[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 6 / 7 / Aimybox / 0.0.20 / Aimybox.podspec.json
blob68c6daf5d50f9ab5cacdf16a62ac7bb3dca699cd
2   "name": "Aimybox",
3   "version": "0.0.20",
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.20"
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": "Components/YandexSpeechKit/Sources/**/*.{swift}",
78       "dependencies": {
79         "Aimybox/Core": [
81         ],
82         "Aimybox/Utils": [
84         ],
85         "SwiftGRPC": [
87         ],
88         "SwiftProtobuf": [
90         ]
91       }
92     },
93     {
94       "name": "YandexSpeechKitV3",
95       "source_files": "Components/YandexSpeechKitV3/Sources/**/*.{swift}",
96       "dependencies": {
97         "Aimybox/Core": [
99         ],
100         "Aimybox/Utils": [
102         ],
103         "SwiftProtobuf": [
104           "1.17.0"
105         ],
106         "gRPC-Swift": [
107           "1.2.0"
108         ]
109       }
110     }
111   ],
112   "swift_version": "5.2"