mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
iOS OSS: update podspec's to target iOS 9.0
Summary: A few more places to update to target iOS 9.0 (upgraded from 8.0) Reviewed By: shergin Differential Revision: D8108719 fbshipit-source-id: f17aa5e5aa34fdad57196202bf67a842735d4cdc
This commit is contained in:
committed by
Facebook Github Bot
parent
21189be7cb
commit
092103e752
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
|
||||
s.source = source
|
||||
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"
|
||||
s.cocoapods_version = ">= 1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user