Skip to content

Commit 7be2b5f

Browse files
committed
chore: fix podspec repo url
1 parent 33ac95b commit 7be2b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-progress-view.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platforms = { :ios => "9.0", :osx => "10.14" }
1414

15-
s.source = { :git => "https://github.com/react-native-community/react-native-progress-view.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/react-native-progress-view/progress-view.git", :tag => "#{s.version}" }
1616
s.ios.source_files = "ios/**/*.{h,m}"
1717
s.osx.source_files = "macos/**/*.{h,m}"
1818

0 commit comments

Comments
 (0)