Fix podspec (#1271)

Tags are no longer suffixed with `-beta`.
This commit is contained in:
Lars Lockefeer
2018-05-04 10:42:15 +02:00
committed by Artem Egorov
parent 2b158003c8
commit a81a0452f4

View File

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.license = package['license']
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.preserve_paths = '*.js'