...
|
...
|
@@ -7,7 +7,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1' |
|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = "React"
|
|
|
s.version = "1.0.4"
|
|
|
s.version = "1.0.5"
|
|
|
s.summary = package["description"]
|
|
|
s.description = <<-DESC
|
|
|
React Native apps are built using the React JS
|
...
|
...
|
@@ -20,7 +20,7 @@ Pod::Spec.new do |s| |
|
|
with an emphasis on iteration speed, developer
|
|
|
delight, continuity of technology, and absolutely
|
|
|
beautiful and fast products with no compromises in
|
|
|
quality or capability. 0.54.4
|
|
|
quality or capability. 0.58.6
|
|
|
DESC
|
|
|
s.homepage = "http://facebook.github.io/react-native/"
|
|
|
s.license = package["license"]
|
...
|
...
|
@@ -28,7 +28,7 @@ Pod::Spec.new do |s| |
|
|
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" }
|
|
|
s.platforms = { :ios => "9.0", :tvos => "9.2" }
|
|
|
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++14" }
|
|
|
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs", "PATENTS"
|
|
|
s.cocoapods_version = ">= 1.2.0"
|
...
|
...
|
|