Skip to content

Commit

Permalink
Merged in CAMD-14400 (pull request #5)
Browse files Browse the repository at this point in the history
update AppierAds version

Approved-by: Yuan-Hung Huang
  • Loading branch information
justinkuo-appier committed Sep 27, 2022
2 parents 182a251 + 267567b commit 2b1daa9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workspace 'AppierAdsAdMobMediationWorkspace'
use_frameworks!
def pods
pod 'Google-Mobile-Ads-SDK', '~>9.5'
pod 'AppierAds', '1.1.1'
pod 'AppierAds', '1.1.2'
end

# ignore all warnings from all pods
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AppierAds (1.1.1)
- AppierAds (1.1.2)
- Google-Mobile-Ads-SDK (9.5.0):
- GoogleAppMeasurement (< 10.0, >= 7.0)
- GoogleUserMessagingPlatform (>= 1.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ PODS:
- PromisesObjC (2.1.0)

DEPENDENCIES:
- AppierAds (= 1.1.1)
- AppierAds (= 1.1.2)
- Google-Mobile-Ads-SDK (~> 9.5)

SPEC REPOS:
Expand All @@ -63,14 +63,14 @@ SPEC REPOS:
- PromisesObjC

SPEC CHECKSUMS:
AppierAds: fdb7a00d4167b1388e28871cd997333c2316fb82
AppierAds: 913a317d14927af202f729f33a2b0a784de479bd
Google-Mobile-Ads-SDK: caf686ba55108412e02a3eedb136e12e488dbfaa
GoogleAppMeasurement: 8ecc717f2abe3f9ee95a5d38db08827852894acc
GoogleUserMessagingPlatform: ab890ce5f6620f293a21b6bdd82e416a2c73aeca
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
PromisesObjC: 99b6f43f9e1044bd87a95a60beff28c2c44ddb72

PODFILE CHECKSUM: 5f7658d8b31eaa1809cc46a2482e2a76a094c88d
PODFILE CHECKSUM: c6ad887aef6c375e6d1ab298c5abe5d20001e663

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Refer to [ads-ios-sample-swift](https://github.com/appier/ads-ios-sample-swift)
To integrate `AppierAdsAdMobMediation` into your Xcode project using CocoaPods, specify the frameworks in your `Podfile`
``` ruby
pod 'AppierAdsAdMobMediation', '1.2.0'
pod 'AppierAds', '1.1.1'
pod 'AppierAds', '1.1.2'
pod 'Google-Mobile-Ads-SDK', '9.5.0'
```

Expand Down

0 comments on commit 2b1daa9

Please sign in to comment.