-
Notifications
You must be signed in to change notification settings - Fork 5
/
GliaWidgets.podspec
23 lines (20 loc) · 1.09 KB
/
GliaWidgets.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'GliaWidgets'
s.version = '2.8.4'
s.summary = 'The Glia iOS Widgets library'
s.description = 'The Glia Widgets library allows to integrate easily a UI/UX for Glia\'s Digital Customer Service platform'
s.homepage = 'https://github.com/salemove/ios-sdk-widgets'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Glia' => '[email protected]' }
s.source = { :git => 'https://github.com/salemove/ios-sdk-widgets.git', :tag => s.version.to_s }
s.module_name = 'GliaWidgets'
s.ios.deployment_target = '13.0'
s.source_files = 'GliaWidgets/**/*.swift'
s.swift_version = '5.3'
s.resources = ['GliaWidgets/Resources/*.{xcassets}', 'GliaWidgets/Resources/**/*.{strings}']
s.resource_bundle = {
'GliaWidgets' => ['GliaWidgets/Resources/*.{xcassets}', 'GliaWidgets/Resources/**/*.{strings}']
}
s.exclude_files = ['GliaWidgets/Window/**']
s.dependency 'GliaCoreSDK', '1.5.8'
end