Skip to content

Commit

Permalink
fix: remove version from podspec dependency (restore #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Dec 21, 2023
1 parent 59b3987 commit a3c0c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.module_name = "GoogleMapsUtils"
s.swift_version = '5.0'

s.dependency 'GoogleMaps', '~> 8.0'
s.dependency 'GoogleMaps'
s.static_framework = true

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

0 comments on commit a3c0c33

Please sign in to comment.