We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e79600f + a926541 commit aadf988Copy full SHA for aadf988
CodePush.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.author = package['author']
10
s.license = package['license']
11
s.homepage = package['homepage']
12
- s.source = { :git => 'https://github.com/microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
+ s.source = { :git => 'https://github.com/Soomgo-Mobile/react-native-code-push.git', :tag => "v#{s.version}"}
13
s.ios.deployment_target = '9.0'
14
s.tvos.deployment_target = '9.0'
15
s.preserve_paths = '*.js'
0 commit comments