forked from SelligentMarketingCloud/MobileSDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSelligentMobileSDK.podspec
More file actions
25 lines (23 loc) · 1.39 KB
/
SelligentMobileSDK.podspec
File metadata and controls
25 lines (23 loc) · 1.39 KB
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
Pod::Spec.new do |s|
s.platform = :ios, "12.0"
s.name = "SelligentMobileSDK"
s.version = "3.8.4"
s.summary = "Marigold Engage - Mobile SDK for iOS"
s.description = <<-DESC
The Marigold Engage - Mobile SDK is a tool that enables you to use the Marigold Engage - Mobile feature in a very easy and straightforward way.
By incorporating our latest SDK for iOS in your app, we support you in handling push messages, in app messages, in app content, standard and custom events as well as logins and logouts in the app.
DESC
s.homepage = "https://www.selligent.com"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Marigold Engage" => "mobile@selligent.com" }
s.source = { :git => "https://github.com/SelligentMarketingCloud/MobileSDK-iOS.git", :tag => "v" + s.version.to_s }
s.social_media_url = "https://twitter.com/Selligent"
s.default_subspec = "Framework"
s.swift_version = "5.0"
s.subspec "Framework" do |sf|
sf.vendored_frameworks = "Framework/SelligentMobileSDK.xcframework"
end
s.subspec "FrameworkExtension" do |sf|
sf.vendored_frameworks = "FrameworkExtension/SelligentMobileExtensionsSDK.xcframework"
end
end