Skip to content

Commit 6a752b3

Browse files
ios deployment_target changed to 9.0.
1 parent 6c28bf1 commit 6a752b3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Swifter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = "https://github.com/glock45/swifter"
77
s.license = { :type => 'Copyright', :file => 'LICENSE' }
88
s.author = { "Damian Kołakowski" => "kolakowski.damian@gmail.com" }
9-
s.ios.deployment_target = "8.0"
9+
s.ios.deployment_target = "9.0"
1010
s.osx.deployment_target = "10.9"
1111
s.source = { :git => "https://github.com/glock45/swifter.git", :tag => "1.1.0" }
1212
s.source_files = 'Sources/*.{h,m,swift}'

0 commit comments

Comments
 (0)