-
Notifications
You must be signed in to change notification settings - Fork 1
/
TealiumBranch.podspec
34 lines (26 loc) · 2.37 KB
/
TealiumBranch.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
29
30
31
32
33
34
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "TealiumBranch"
spec.version = "1.2.0"
spec.summary = "Tealium Swift and Branch integration"
spec.description = <<-DESC
Tealium's integration with Branch for iOS.
DESC
spec.homepage = "https://github.com/Tealium/tealium-ios-branch-remote-command"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.license = { :type => "Commercial", :file => "LICENSE.txt" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.authors = { "Tealium Inc." => "[email protected]", "trister1997" => "[email protected]" }
spec.social_media_url = "https://twitter.com/tealium"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.platform = :ios, "12.0"
spec.swift_version = "5.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/Tealium/tealium-ios-branch-remote-command.git", :tag => "#{spec.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source_files = "Sources/*.{swift}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.ios.dependency 'tealium-swift/Core', ' ~> 2.12'
spec.ios.dependency 'tealium-swift/RemoteCommands', ' ~> 2.12'
spec.ios.dependency 'Branch', ' ~> 1.40'
end