Update podspec with iOS deployment target 9.0.

This commit is contained in:
Kare Morstol
2017-03-01 21:58:37 +01:00
parent 5a78671651
commit d944464578
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s }
s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '9.0'
end