Skip to content

Commit

Permalink
Fix podspec github url
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbox committed Sep 29, 2016
1 parent e4cdf62 commit 65e331c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-google-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Pod::Spec.new do |s|
s.summary = "React Native Mapview component for iOS + Android"

s.authors = { "intelligibabble" => "[email protected]" }
s.homepage = "https://github.com/lelandrichardson/react-native-maps#readme"
s.homepage = "https://github.com/airbnb/react-native-maps#readme"
s.license = "MIT"
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/lelandrichardson/react-native-maps.git" }
s.source = { :git => "https://github.com/airbnb/react-native-maps.git" }
s.source_files = "ios/AirMaps/**/*.{h,m}"

s.dependency 'React'
Expand Down

0 comments on commit 65e331c

Please sign in to comment.