[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 6 / 7 / Aimybox / 0.0.1 / Aimybox.podspec.json
blobfdcdfaa61813eb6783d3e0d57eccdef53e145801
2   "name": "Aimybox",
3   "version": "0.0.1",
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.1"
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": "Utils",
72       "source_files": "Utils/**/*.{swift}"
73     }
74   ],
75   "swift_version": "4.2"