Skip to content

Commit 092103e

Browse files
fkgozalifacebook-github-bot
authored andcommitted
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
1 parent 21189be commit 092103e

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

RNTester/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ EXTERNAL SOURCES:
138138

139139
SPEC CHECKSUMS:
140140
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
141-
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
142-
Folly: 9a8eea4725a0b6ba3256ebf206c21e352c23abf8
143-
glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
144-
React: 0a0271674c3a6772a89a6606f337ed8db583abc0
145-
yoga: bdd268c5812f00bdb52cc2b58f129797e97935eb
141+
DoubleConversion: a9706f16e388b53ff12cca34473428ee29746a26
142+
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
143+
glog: 3931855c9cc99c3fab1355fc162fe369162d8183
144+
React: 81df86644d0bca489723c964b33b005901ebfb3b
145+
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
146146

147147
PODFILE CHECKSUM: 30aa63dcdbb3546a2bacdfd4e005bcca50c9b55c
148148

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
s.source = source
3939
s.default_subspec = "Core"
4040
s.requires_arc = true
41-
s.platforms = { :ios => "8.0", :tvos => "9.2" }
41+
s.platforms = { :ios => "9.0", :tvos => "9.2" }
4242
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++14" }
4343
s.preserve_paths = "package.json", "LICENSE", "LICENSE-docs"
4444
s.cocoapods_version = ">= 1.2.0"

ReactCommon/yoga/yoga.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Pod::Spec.new do |spec|
3434
]
3535

3636
# Pinning to the same version as React.podspec.
37-
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
37+
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
3838

3939
# Set this environment variable when *not* using the `:path` option to install the pod.
4040
# E.g. when publishing this spec to a spec repo.
4141
source_files = 'yoga/**/*.{cpp,h}'
4242
source_files = File.join('ReactCommon/yoga', source_files) if ENV['INSTALL_YOGA_WITHOUT_PATH_OPTION']
4343
spec.source_files = source_files
44-
44+
4545
header_files = 'yoga/{Yoga,YGEnums,YGMacros}.h'
4646
header_files = File.join('ReactCommon/yoga', header_files) if ENV['INSTALL_YOGA_WITHOUT_PATH_OPTION']
4747
spec.public_header_files = header_files

third-party-podspecs/DoubleConversion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
1212
spec.source_files = 'double-conversion/*.{h,cc}'
1313

1414
# Pinning to the same version as React.podspec.
15-
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
15+
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
1616

1717
end

third-party-podspecs/Folly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Pod::Spec.new do |spec|
3131
"HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\"" }
3232

3333
# Pinning to the same version as React.podspec.
34-
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
34+
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
3535
end

third-party-podspecs/glog.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Pod::Spec.new do |spec|
2828
"HEADER_SEARCH_PATHS" => "$(PODS_TARGET_SRCROOT)/src" }
2929

3030
# Pinning to the same version as React.podspec.
31-
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
31+
spec.platforms = { :ios => "9.0", :tvos => "9.2" }
3232

3333
end

0 commit comments

Comments
 (0)