From 8024c4bcf870a52b63c3f6fd2198acacb041bc50 Mon Sep 17 00:00:00 2001 From: jonathanswong Date: Tue, 30 Jul 2019 10:31:42 -0700 Subject: [PATCH] Versioned Cocoapod dependencies. --- TealiumBraze.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TealiumBraze.podspec b/TealiumBraze.podspec index 1ee4e3c..28c0765 100644 --- a/TealiumBraze.podspec +++ b/TealiumBraze.podspec @@ -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. @@ -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 \ No newline at end of file +end