forked from zendesk/support_sdk_ios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ZendeskSupportSDK.podspec
27 lines (27 loc) · 1.2 KB
/
ZendeskSupportSDK.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
Pod::Spec.new do |s|
s.name = "ZendeskSupportSDK"
s.version = "5.4.0"
s.summary = "ZendeskSupportSDK #{s.version.to_s}"
s.homepage = "https://developer.zendesk.com/embeddables"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
ZendeskSDKs
Created by Zendesk on 1/09/2020
Copyright (c) 2020 Zendesk. All rights reserved.
By downloading or using the Zendesk Mobile SDK, You agree to the Zendesk Master
Subscription Agreement https://www.zendesk.com/company/customers-partners/#master-subscription-agreement and Application Developer and API License
Agreement https://www.zendesk.com/company/customers-partners/#application-developer-api-license-agreement and
acknowledge that such terms govern Your use of and access to the Mobile SDK.
LICENSE
}
s.author = 'Zendesk'
s.platform = :ios, '10.0'
s.requires_arc = true
s.swift_version = '5.5.1'
s.cocoapods_version = '>= 1.10.0'
s.source = { :git => "https://github.com/zendesk/support_sdk_ios.git", :tag => s.version }
s.vendored_frameworks = 'SupportSDK.xcframework'
s.dependency 'ZendeskSupportProvidersSDK', '5.4.0'
s.dependency 'ZendeskMessagingSDK', '3.8.3'
end