From a81a0452f424a2e48a2a82505c0dbdc7bc1da11b Mon Sep 17 00:00:00 2001 From: Lars Lockefeer Date: Fri, 4 May 2018 10:42:15 +0200 Subject: [PATCH] Fix podspec (#1271) Tags are no longer suffixed with `-beta`. --- CodePush.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodePush.podspec b/CodePush.podspec index 13630fe44..dca6e84b5 100644 --- a/CodePush.podspec +++ b/CodePush.podspec @@ -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'