Raise deployment target to iOS 9 (#743)

https://github.com/TextureGroup/Texture/pull/743

Manually merged since I forgot to retarget that diff onto master before merge
This commit is contained in:
Adlai Holler
2018-01-15 15:13:05 -08:00
parent 1d105c2056
commit 61dade6bda
98 changed files with 361 additions and 415 deletions

View File

@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.weak_frameworks = 'Photos','MapKit','AssetsLibrary'
spec.requires_arc = true
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
# Uncomment when fixed: issues with tvOS build for release 2.0
# spec.tvos.deployment_target = '9.0'