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:
Jawwad Ahmad
2021-11-01 15:14:57 -07:00
committed by Facebook GitHub Bot
parent fb904152f2
commit 7baa8e6eac
7 changed files with 7 additions and 7 deletions

View File

@@ -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 = {