mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[Podspec] Point to specific commit for Cocoapods
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user