Skip to content

Commit cdb3a4f

Browse files
committed
change podspec name
1 parent cd9e687 commit cdb3a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-webview.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ios_platform = new_arch_enabled ? '11.0' : '9.0'
66
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
77

88
Pod::Spec.new do |s|
9-
s.name = package['name']
9+
s.name = 'react-native-webview'
1010
s.version = package['version']
1111
s.summary = package['description']
1212
s.license = package['license']
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.homepage = package['homepage']
1616
s.platforms = { :ios => ios_platform, :osx => "10.13", :visionos => "1.0" }
1717

18-
s.source = { :git => "https://github.com/react-native-webview/react-native-webview.git", :tag => "v#{s.version}" }
18+
s.source = { :git => "https://github.com/phantom/react-native-webview.git", :tag => "v#{s.version}" }
1919

2020
s.source_files = "apple/**/*.{h,m,mm,swift}"
2121

0 commit comments

Comments
 (0)