[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 6 / 7 / Aimybox / 0.0.25 / Aimybox.podspec.json
blobb831cc8a95f63d528c7063c4b5accb0d4dcc2b69
2   "name": "Aimybox",
3   "version": "0.0.25",
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.25"
18   },
19   "social_media_url": "https://twitter.com/aimybox",
20   "platforms": {
21     "ios": "12.0"
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       "exclude_files": "Components/YandexSpeechKit/Sources/*.{plist}",
83       "dependencies": {
84         "Aimybox/Core": [
86         ],
87         "Aimybox/Utils": [
89         ],
90         "gRPC-Swift": [
92         ],
93         "SwiftNIO": [
95         ],
96         "SwiftNIOCore": [
98         ],
99         "SwiftNIOTLS": [
101         ],
102         "SwiftNIOSSL": [
104         ],
105         "SwiftProtobuf": [
107         ]
108       }
109     }
110   ],
111   "swift_version": "5.2"