Skip to content

Commit

Permalink
Merge pull request #10 from Moballo-LLC/8.0.1
Browse files Browse the repository at this point in the history
Bump podspec internal dependency google ads version as well
  • Loading branch information
Jason-Morcos authored Jan 1, 2023
2 parents 9ef41f5 + 41661ad commit 06edb90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MOBAdvertising.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MOBAdvertising'
s.version = '8.0.0'
s.version = '8.0.1'
s.summary = 'A wrapper for GogleMobileAds that allows one to present banner ads that show with any application, including a tab bar application'
s.homepage = 'https://github.com/Moballo-LLC/MOBAdvertising'
s.license = 'MIT'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'x86_64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'EXCLUDED_ARCHS[sdk=iphoneos*]' => 'x86_64' }
s.swift_version = '5.0'
s.dependency 'Google-Mobile-Ads-SDK', '~> 8.0'
s.dependency 'Google-Mobile-Ads-SDK', '~> 9.14'

s.static_framework = true

Expand Down
2 changes: 1 addition & 1 deletion _Project/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>8.0.0</string>
<string>8.0.1</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 06edb90

Please sign in to comment.