diff --git a/TZStackView.podspec b/TZStackView.podspec index 2ef415c..18a2edc 100644 --- a/TZStackView.podspec +++ b/TZStackView.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.authors = { "tomvanzummeren" => "tom.van.zummeren@gmail.com" } s.requires_arc = true - s.ios.deployment_target = "8.0" + s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.3.0"} s.source_files = "TZStackView/*.swift" end