-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAimyboxUI.podspec
28 lines (22 loc) · 1.29 KB
/
AimyboxUI.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod lib lint Aimybox.podspec' to ensure this is a
# valid spec before submitting.
Pod::Spec.new do |s|
s.name = 'AimyboxUI'
s.version = '0.0.1'
s.summary = 'The only solution if you need to embed your own intelligent voice assistant into your existing application or device.'
s.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.'
s.homepage = 'https://github.com/just-ai/aimybox-ios-assistant.git'
s.screenshots = 'https://bit.ly/2pOomUs'
s.license = { :type => 'APACHE 2.0', :file => 'LICENSE' }
s.author = { 'vpopovyc' => 'vpopovyc@student.unit.ua' }
s.source = { :git => 'https://github.com/just-ai/aimybox-ios-assistant.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/aimybox'
s.ios.deployment_target = '11.4'
s.swift_versions = '4.2'
s.source_files = ['AimyboxUILib/**/*.{swift,xib}', 'AimyboxUILib/*.{swift,xib}']
s.resources = ['AimyboxUILib/*.{xib,storyboard,json,xcassets}']
s.dependency 'Aimybox'
s.dependency 'Aimybox/Utils'
s.dependency 'SDWebImage'
end