mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 22:47:16 +08:00
Update ios.deployment_target in podspecs to 10.0
Summary: iOS 9 was actually dropped in v12.0.0 but the deployment_target in the podspec files hadn't been updated Reviewed By: joesus Differential Revision: D32077658 fbshipit-source-id: 81ea1521cca0011f528a8d59020bb178d98962e7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fb904152f2
commit
7baa8e6eac
@@ -45,7 +45,7 @@ Pod::Spec.new do |s|
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.ios.deployment_target = '10.0'
|
||||
s.tvos.deployment_target = '10.0'
|
||||
|
||||
s.source = {
|
||||
|
||||
Reference in New Issue
Block a user