From 4db6548ea4044ff697d8bc02e161ad4274825630 Mon Sep 17 00:00:00 2001 From: Van Pham Date: Fri, 20 Apr 2018 15:02:32 -0700 Subject: [PATCH] Update Pod --- TenjinSDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TenjinSDK.podspec b/TenjinSDK.podspec index ce341c9..ec911f9 100644 --- a/TenjinSDK.podspec +++ b/TenjinSDK.podspec @@ -35,7 +35,7 @@ Pod::Spec.new do |s| s.author = { "Christopher Farm" => "cfarm@tenjin.io" } s.platform = :ios, "6.0" - s.source = { :git => "https://github.com/tenjin/tenjin-ios-sdk.git", :tag => "v1.7.4" } + s.source = { :git => "https://github.com/tenjin/tenjin-ios-sdk.git", :tag => "#{s.version}" } s.source_files = "*.{h,m}" s.ios.vendored_library = "libTenjinSDKUniversal.a"