Skip to content

Commit

Permalink
Update podspec to VungleSDK 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaivungle committed Jan 21, 2021
1 parent a31ab96 commit 9a8ba17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VungleSDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' }
Expand Down

0 comments on commit 9a8ba17

Please sign in to comment.