Skip to content

Commit 17f353c

Browse files
committed
Fix timwangdev#1 react-native link with podfile
1 parent 4675525 commit 17f353c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-geocoder.podspec renamed to react-native-geocoder-reborn.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Pod::Spec.new do |s|
66
s.name = package["name"]
77
s.version = package["version"]
88
s.summary = package['description']
9-
s.author = { "devfd" => "hello@devfd.me" }
9+
s.author = { "Tim Wang" => "i@timwang.me" }
1010
s.license = package["license"]
1111
s.homepage = package["homepage"]
1212
s.platform = :ios, "8.0"
13-
s.source = { :git => "https://github.com/devfd/react-native-geocoder.git", :tag => "v#{s.version}" }
13+
s.source = { :git => "https://github.com/timwangdev/react-native-geocoder-reborn.git", :tag => "v#{s.version}" }
1414
s.source_files = 'ios/RNGeocoder/*.{h,m}'
1515
s.preserve_paths = "**/*.js"
1616
s.dependency 'React'

0 commit comments

Comments
 (0)