mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +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
@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
|
||||
spec.source_files = 'double-conversion/*.{h,cc}'
|
||||
|
||||
# Pinning to the same version as React.podspec.
|
||||
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
|
||||
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user