Authored by 孙凯

add

... ... @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.homepage = "http://facebook.github.io/react-native/"
s.license = package["license"]
s.author = "Facebook"
s.source = { :git => "http://git.yoho.cn/zhanglixia/react.git", :tag => "v#{s.version}" }
s.source = { :git => "http://git.yoho.cn/mobile/react.git", :tag => "v#{s.version}" }
s.default_subspec = "Core"
s.requires_arc = true
s.platforms = { :ios => "8.0", :tvos => "9.2" }
... ...