Skip to content

Commit

Permalink
updated podfile to use mraid 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriu Popa committed Dec 28, 2023
1 parent 661beac commit a62500b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ target 'CriteoPublisherSdkTests' do

# Third party SDKs
pod 'Google-Mobile-Ads-SDK'
pod 'CriteoMRAID', '~> 1.0.1'
pod 'CriteoMRAID', '~> 2.0.0'
end

target 'CriteoAdViewer' do
Expand Down Expand Up @@ -46,7 +46,7 @@ end

# Development tools
pod 'SwiftLint', '~> 0.45.0'
pod 'CriteoMRAID', '~> 1.0.1'
pod 'CriteoMRAID', '~> 2.0.0'

post_install do |installer|
installer.pods_project.targets.each do |target|
Expand Down

0 comments on commit a62500b

Please sign in to comment.