Commit 8bf97cc4 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Add iOS deployment target to podspec template (#9281)

parent 945cfc3e
......@@ -15,5 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment