Skip to content

Commit

Permalink
Merge pull request #20 from mountainvat/master
Browse files Browse the repository at this point in the history
Work around cocoapods issue with GoogleMaps 2.0.0
  • Loading branch information
domesticmouse authored Jul 27, 2016
2 parents a555acd + 9a5b138 commit da16550
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
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Google-Maps-iOS-Utils"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "A utilities library for use with Google Maps SDK for iOS."
s.description = <<-DESC
This library contains classes that are useful for a wide range of applications
Expand All @@ -17,6 +17,7 @@ Pod::Spec.new do |s|
:tag => "v#{s.version.to_s}" }
s.requires_arc = true
s.dependency 'GoogleMaps'
s.compiler_flags = '-fno-modules'

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

0 comments on commit da16550

Please sign in to comment.