Skip to content

Commit

Permalink
feat!: update to latest version of GoogleMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Nov 21, 2023
1 parent 75da9bb commit d18c32d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.module_name = "GoogleMapsUtils"
s.swift_version = '5.0'

s.dependency 'GoogleMaps', '~> 7.3'
s.dependency 'GoogleMaps', '~> 8.3'
s.static_framework = true

s.subspec 'QuadTree' do |sp|
Expand Down
2 changes: 1 addition & 1 deletion samples/ObjCDemoApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '14.0'

target 'ObjCDemoApp' do
use_frameworks!
pod 'GoogleMaps', '7.4.0'
pod 'GoogleMaps', '8.3.0'
pod 'Google-Maps-iOS-Utils', :path => '../..'
end
2 changes: 1 addition & 1 deletion samples/SwiftDemoApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '14.0'

target 'SwiftDemoApp' do
use_frameworks!
pod 'GoogleMaps', '7.4.0'
pod 'GoogleMaps', '8.3.0'
pod 'Google-Maps-iOS-Utils', :path => '../..', :testspecs => ['Tests']
end

0 comments on commit d18c32d

Please sign in to comment.