Skip to content

Commit

Permalink
[Update] GoogleMapsKit (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fawkeswei committed Feb 21, 2013
1 parent 6d317c4 commit ae18258
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GoogleMapsKit/1.0.2/GoogleMapsKit.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "GoogleMapsKit"
s.version = "1.0.2"
s.summary = "Unofficial wrapper to quickly launch Google Maps for iPhone from your app."
s.homepage = "http://blog.fawkeswei.com/2012/12/17/googlemapskit-launch-google-maps-for-iphone-from-your-app/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Fawkes Wei" => "fawkeswei@gmail.com" }

s.source = { :git => "https://github.com/fawkeswei/GoogleMapsKit.git", :tag => "v1.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'GoogleMapsKit/*.{h,m}'
s.framework = 'CoreLocation'
end

0 comments on commit ae18258

Please sign in to comment.