From 4c49db44893827e60122c58c92c87af2d283f89d Mon Sep 17 00:00:00 2001 From: Gabriel Reis Date: Wed, 9 Mar 2016 15:16:01 -0800 Subject: [PATCH] Set podspec version to be greater than zero Summary:Cocoapods requires that the version should be greater than zero. So if you have your react-native dependency pointing to the master repo it will fail when you pod install. Closes https://github.com/facebook/react-native/pull/6381 Differential Revision: D3032151 fb-gh-sync-id: 0ba820b8e746e7f03e963f292ec8ccf55263dcc7 shipit-source-id: 0ba820b8e746e7f03e963f292ec8ccf55263dcc7 --- React.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React.podspec b/React.podspec index 4891cb3b2..a1e7207e0 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.0.0-master" + s.version = "0.0.1-master" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS