【Podfile】更新
parent
32b776922a
commit
a6e026d0cb
|
@ -25,6 +25,7 @@ target 'Unity-iPhone' do
|
|||
pod 'Firebase/Core', '10.25.0'
|
||||
pod 'Firebase/Crashlytics', '10.25.0'
|
||||
pod 'Google-Mobile-Ads-SDK', '~> 11.3.0'
|
||||
pod 'GoogleMobileAdsMediationUnity'
|
||||
|
||||
target 'Unity-iPhone Tests' do
|
||||
inherit! :search_paths
|
||||
|
@ -47,5 +48,6 @@ target 'UnityFramework' do
|
|||
pod 'Firebase/Core', '10.25.0'
|
||||
pod 'Firebase/Crashlytics', '10.25.0'
|
||||
pod 'Google-Mobile-Ads-SDK', '~> 11.3.0'
|
||||
pod 'GoogleMobileAdsMediationUnity'
|
||||
end
|
||||
|
||||
|
|
|
@ -110,7 +110,10 @@ PODS:
|
|||
- GoogleUtilities/Environment (~> 7.7)
|
||||
- nanopb (< 2.30911.0, >= 2.30908.0)
|
||||
- PromisesObjC (< 3.0, >= 1.2)
|
||||
- GoogleUserMessagingPlatform (2.4.0)
|
||||
- GoogleMobileAdsMediationUnity (4.12.0.0):
|
||||
- Google-Mobile-Ads-SDK (~> 11.0)
|
||||
- UnityAds (= 4.12.0)
|
||||
- GoogleUserMessagingPlatform (2.5.0)
|
||||
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
|
||||
- GoogleUtilities/Environment
|
||||
- GoogleUtilities/Logger
|
||||
|
@ -139,7 +142,7 @@ PODS:
|
|||
- GoogleUtilities/UserDefaults (7.13.3):
|
||||
- GoogleUtilities/Logger
|
||||
- GoogleUtilities/Privacy
|
||||
- GTMSessionFetcher/Core (3.4.1)
|
||||
- GTMSessionFetcher/Core (3.5.0)
|
||||
- nanopb (2.30910.0):
|
||||
- nanopb/decode (= 2.30910.0)
|
||||
- nanopb/encode (= 2.30910.0)
|
||||
|
@ -149,6 +152,7 @@ PODS:
|
|||
- PromisesSwift (2.4.0):
|
||||
- PromisesObjC (= 2.4.0)
|
||||
- RecaptchaInterop (100.0.0)
|
||||
- UnityAds (4.12.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- FBSDKCoreKit (~> 17.0.0)
|
||||
|
@ -161,6 +165,7 @@ DEPENDENCIES:
|
|||
- Firebase/Core (= 10.25.0)
|
||||
- Firebase/Crashlytics (= 10.25.0)
|
||||
- Google-Mobile-Ads-SDK (~> 11.3.0)
|
||||
- GoogleMobileAdsMediationUnity
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
|
@ -184,6 +189,7 @@ SPEC REPOS:
|
|||
- Google-Mobile-Ads-SDK
|
||||
- GoogleAppMeasurement
|
||||
- GoogleDataTransport
|
||||
- GoogleMobileAdsMediationUnity
|
||||
- GoogleUserMessagingPlatform
|
||||
- GoogleUtilities
|
||||
- GTMSessionFetcher
|
||||
|
@ -191,6 +197,7 @@ SPEC REPOS:
|
|||
- PromisesObjC
|
||||
- PromisesSwift
|
||||
- RecaptchaInterop
|
||||
- UnityAds
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
FBAEMKit: 619f96ea65427e8afca240d5b0f4703738dfdf5c
|
||||
|
@ -213,14 +220,16 @@ SPEC CHECKSUMS:
|
|||
Google-Mobile-Ads-SDK: 301a16c461c331ba34ff4dab40a22ab7c147af61
|
||||
GoogleAppMeasurement: 9abf64b682732fed36da827aa2a68f0221fd2356
|
||||
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
|
||||
GoogleUserMessagingPlatform: f131fa7978d2ba88d7426702b057c2cc318e6595
|
||||
GoogleMobileAdsMediationUnity: ebc80911d7dc64ea0eaea886a790ab66ffbf64c5
|
||||
GoogleUserMessagingPlatform: 6b4f48a370e77ce121d034c908cc6ee4fdafaf13
|
||||
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
|
||||
GTMSessionFetcher: 8000756fc1c19d2e5697b90311f7832d2e33f6cd
|
||||
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
|
||||
nanopb: 438bc412db1928dac798aa6fd75726007be04262
|
||||
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
|
||||
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
|
||||
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
|
||||
UnityAds: 1e669f1d49924fbdbd54544afa9294b567354509
|
||||
|
||||
PODFILE CHECKSUM: 901a675f31d91619a80fd52b2a702ff41a71e741
|
||||
PODFILE CHECKSUM: f6703d7b7cef3a52b763677026226f5d4007b452
|
||||
|
||||
COCOAPODS: 1.15.2
|
||||
|
|
Loading…
Reference in New Issue