We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4675525 commit 17f353cCopy full SHA for 17f353c
react-native-geocoder.podspec renamed to react-native-geocoder-reborn.podspec
@@ -6,11 +6,11 @@ Pod::Spec.new do |s|
6
s.name = package["name"]
7
s.version = package["version"]
8
s.summary = package['description']
9
- s.author = { "devfd" => "hello@devfd.me" }
+ s.author = { "Tim Wang" => "i@timwang.me" }
10
s.license = package["license"]
11
s.homepage = package["homepage"]
12
s.platform = :ios, "8.0"
13
- s.source = { :git => "https://github.com/devfd/react-native-geocoder.git", :tag => "v#{s.version}" }
+ s.source = { :git => "https://github.com/timwangdev/react-native-geocoder-reborn.git", :tag => "v#{s.version}" }
14
s.source_files = 'ios/RNGeocoder/*.{h,m}'
15
s.preserve_paths = "**/*.js"
16
s.dependency 'React'
0 commit comments