File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Pod::Spec.new do |s|
2828
2929 s . dependency 'FirebaseCore' , '~> 10.0'
3030 s . dependency 'FirebaseInstallations' , '~> 10.0'
31- s . dependency 'GoogleUtilities/AppDelegateSwizzler' , '~> 7.8 '
32- s . dependency 'GoogleUtilities/MethodSwizzler' , '~> 7.8 '
33- s . dependency 'GoogleUtilities/NSData+zlib' , '~> 7.8 '
34- s . dependency 'GoogleUtilities/Network' , '~> 7.8 '
31+ s . dependency 'GoogleUtilities/AppDelegateSwizzler' , '~> 7.11 '
32+ s . dependency 'GoogleUtilities/MethodSwizzler' , '~> 7.11 '
33+ s . dependency 'GoogleUtilities/NSData+zlib' , '~> 7.11 '
34+ s . dependency 'GoogleUtilities/Network' , '~> 7.11 '
3535 s . dependency 'nanopb' , '>= 2.30908.0' , '< 2.30910.0'
3636
3737 s . default_subspecs = 'AdIdSupport'
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Pod::Spec.new do |s|
2828 s . libraries = 'c++' , 'sqlite3' , 'z'
2929 s . frameworks = 'StoreKit'
3030
31- s . dependency 'GoogleUtilities/AppDelegateSwizzler' , '~> 7.8 '
32- s . dependency 'GoogleUtilities/MethodSwizzler' , '~> 7.8 '
33- s . dependency 'GoogleUtilities/NSData+zlib' , '~> 7.8 '
34- s . dependency 'GoogleUtilities/Network' , '~> 7.8 '
31+ s . dependency 'GoogleUtilities/AppDelegateSwizzler' , '~> 7.11 '
32+ s . dependency 'GoogleUtilities/MethodSwizzler' , '~> 7.11 '
33+ s . dependency 'GoogleUtilities/NSData+zlib' , '~> 7.11 '
34+ s . dependency 'GoogleUtilities/Network' , '~> 7.11 '
3535 s . dependency 'nanopb' , '>= 2.30908.0' , '< 2.30910.0'
3636
3737 s . default_subspecs = 'AdIdSupport'
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ let package = Package(
150150 ) ,
151151 . package (
152152 url: " https://github.com/google/GoogleUtilities.git " ,
153- " 7.10 .0 " ..< " 8.0.0 "
153+ " 7.11 .0 " ..< " 8.0.0 "
154154 ) ,
155155 . package (
156156 url: " https://github.com/google/gtm-session-fetcher.git " ,
You can’t perform that action at this time.
0 commit comments