-
Notifications
You must be signed in to change notification settings - Fork 1
/
medallia-dxa-ios-objc-sdk.podspec
26 lines (24 loc) · 1.16 KB
/
medallia-dxa-ios-objc-sdk.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
#
# Copyright © 2023 Medallia. Use subject to licensing terms.
#
#
# Be sure to run `pod lib lint medallia-dxa-ios-objc-sdk.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "medallia-dxa-ios-objc-sdk"
s.version = "3.4.2"
s.summary = "The MedalliaDXA SDK for iOS."
s.authors = { "Medallia" => "cocoapods-dxa@medallia.com" }
s.homepage = "https://github.com/medallia/dxa-ios-sdk"
s.description = "The MedalliaDXA SDK for iOS. The SDK supports iOS 11.0 and above."
s.license = { :type => "Commercial", :text => "Copyright © 2023 Medallia. Use subject to licensing terms." }
s.source = { :git => "https://github.com/medallia/dxa-ios-sdk.git", :tag => "#{s.version}" }
s.platform = :ios, "11.0"
s.exclude_files = "MedalliaDXAObjc.xcframework/**/*.plist"
s.ios.vendored_frameworks = 'MedalliaDXAObjc.xcframework'
s.dependency 'medallia-dxa-ios-sdk'
end