Skip to content

Commit a926541

Browse files
authored
fix: update podspec source URL to reflect new repository location
1 parent e79600f commit a926541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = package['author']
1010
s.license = package['license']
1111
s.homepage = package['homepage']
12-
s.source = { :git => 'https://github.com/microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
12+
s.source = { :git => 'https://github.com/Soomgo-Mobile/react-native-code-push.git', :tag => "v#{s.version}"}
1313
s.ios.deployment_target = '9.0'
1414
s.tvos.deployment_target = '9.0'
1515
s.preserve_paths = '*.js'

0 commit comments

Comments
 (0)