Skip to content

Commit

Permalink
Versioned Cocoapod dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanswong committed Jul 30, 2019
1 parent 9ec2deb commit 8024c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TealiumBraze.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "TealiumBraze"
s.module_name = "TealiumBraze"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Tealium Swift and Braze integration"
s.description = <<-DESC
Tealium's integration with Braze for iOS.
Expand All @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.source_files = "Sources/*.{swift}"

# ――― Dependencies ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.dependency 'tealium-swift'
s.ios.dependency 'Appboy-iOS-SDK'
s.ios.dependency 'tealium-swift', '~> 1.7.1'
s.ios.dependency 'Appboy-iOS-SDK', '~> 3.15.0'

end
end

0 comments on commit 8024c4b

Please sign in to comment.