Skip to content

Commit

Permalink
Added dependency on GoogleMaps to podspec and prepend v to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainvat committed Jul 19, 2016
1 parent 63a5adc commit a555acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Google-Maps-iOS-Utils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Pod::Spec.new do |s|
s.authors = "Google Inc."
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/googlemaps/google-maps-ios-utils.git",
:tag => s.version }
:tag => "v#{s.version.to_s}" }
s.requires_arc = true
s.dependency 'GoogleMaps'

s.subspec 'QuadTree' do |sp|
sp.source_files = 'src/QuadTree/**/*.{h,m}'
Expand Down

0 comments on commit a555acd

Please sign in to comment.