Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Expand support to 9.x
  • Loading branch information
stuartmorgan-g committed Jun 10, 2024
commit 7648a324a6ab60b32794da0831d64639f4e7fdcd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Downloaded by pub (not CocoaPods).
# broad as possible.
# Versions earlier than 8.4 can't be supported because that's the first version
# that supports privacy manifests.
s.dependency 'GoogleMaps', '>= 8.4', '< 9.0'
s.dependency 'GoogleMaps', '>= 8.4', '< 10.0'
s.static_framework = true
s.platform = :ios, '14.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down