[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / 7 / Aimybox / 0.0.5 / Aimybox.podspec.json
blob1120aa5318eb0b60e0577d0cb5eef018f853bcd4
2   "name": "Aimybox",
3   "version": "0.0.5",
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     "vpopovyc": "vpopovyc@student.unit.ua"
14   },
15   "source": {
16     "git": "https://github.com/just-ai/aimybox-ios-sdk.git",
17     "tag": "0.0.5"
18   },
19   "social_media_url": "https://twitter.com/aimybox",
20   "platforms": {
21     "ios": "11.4"
22   },
23   "swift_versions": "4.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": "SFSpeechToText",
36       "source_files": "Components/SFSpeechToText/Sources/*.{swift}",
37       "dependencies": {
38         "Aimybox/Core": [
40         ],
41         "Aimybox/Utils": [
43         ]
44       }
45     },
46     {
47       "name": "AimyboxDialogAPI",
48       "source_files": "Components/AimyboxDialogAPI/Sources/*.{swift}",
49       "dependencies": {
50         "Aimybox/Core": [
52         ],
53         "Aimybox/Utils": [
55         ]
56       }
57     },
58     {
59       "name": "AVTextToSpeech",
60       "source_files": "Components/AVTextToSpeech/Sources/*.{swift}",
61       "dependencies": {
62         "Aimybox/Core": [
64         ],
65         "Aimybox/Utils": [
67         ]
68       }
69     },
70     {
71       "name": "SFSpeechToText",
72       "source_files": "Components/SFSpeechToText/Sources/*.{swift}",
73       "dependencies": {
74         "Aimybox/Core": [
76         ],
77         "Aimybox/Utils": [
79         ]
80       }
81     },
82     {
83       "name": "YandexSpeechKit",
84       "source_files": [
85         "Components/YandexSpeechKit/Sources/*.{swift}",
86         "Components/YandexSpeechKit/Sources/**/*.{swift}",
87         "Components/YandexSpeechKit/Sources/**/**/*.{swift}"
88       ],
89       "dependencies": {
90         "Aimybox/Core": [
92         ],
93         "Aimybox/Utils": [
95         ],
96         "SwiftGRPC": [
98         ],
99         "SwiftProtobuf": [
101         ]
102       }
103     },
104     {
105       "name": "Utils",
106       "source_files": "Utils/**/*.{swift}",
107       "exclude_files": "Utils/**/*.{plist}"
108     }
109   ],
110   "swift_version": "4.2"