From 9a8ba17cdbd94ede24eac54c71eaa4c944d316a9 Mon Sep 17 00:00:00 2001 From: johnmaivungle Date: Thu, 21 Jan 2021 15:51:05 -0800 Subject: [PATCH] Update podspec to VungleSDK 6.9.1 --- VungleSDK-iOS.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VungleSDK-iOS.podspec b/VungleSDK-iOS.podspec index fd162bb..a5062cf 100755 --- a/VungleSDK-iOS.podspec +++ b/VungleSDK-iOS.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "VungleSDK-iOS" -s.version = "6.8.1" +s.version = "6.9.1" s.summary = "Vungle's iOS SDK'" s.description = <<-DESC An SDK for video ad based monetization with the Vungle Network @@ -18,7 +18,7 @@ s.author = { "Vungle" => "tech-support@vungle.com" } s.platform = :ios, '9.0' s.requires_arc = true -s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.8.1" } +s.source = { :git => "https://github.com/Vungle/iOS-SDK.git", :tag => "6.9.1" } s.vendored_frameworks = 'VungleSDK.framework' s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }