From 8428fa4ad97ba0300751ba80d050425530e5252f Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 25 Jun 2015 12:26:11 -0700 Subject: [PATCH] [Podspec] Point to specific commit for Cocoapods --- React.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React.podspec b/React.podspec index 810d348241f..ef6330f7916 100644 --- a/React.podspec +++ b/React.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.homepage = "http://facebook.github.io/react-native/" s.license = "BSD" s.author = "Facebook" - s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/facebook/react-native.git", :commit => "da0a97d" } s.default_subspec = 'Core' s.requires_arc = true s.platform = :ios, "7.0"