Skip to content
New issue

Have a question about this project?Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for google maps sdk v8 #451

Closed
wants to merge 1 commit into from
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: add support for google maps sdk v8
  • Loading branch information
Simon-TechForm committed Jun 23, 2023
commitfdf720599482b8d26fe0251529f325361c70f834
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', '>=7.3', '< 9.0'
s.static_framework = true

s.subspec 'QuadTree' do |sp|
Expand Down