Skip to content

Commit aadf988

Browse files
authored
Merge pull request #50 from Soomgo-Mobile/floydkim-patch-1
fix: update podspec source URL to reflect new repository location
2 parents e79600f + a926541 commit aadf988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

+1-1
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)