Skip to content

Commit afa9d9f

Browse files
authored
Merge pull request #11 from QiuZhiFei/dev
feat: update s.osx.deployment_target
2 parents 67465a3 + cebe813 commit afa9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88

99
s.requires_arc = true
1010
s.swift_versions = ['5.1', '5.2', '5.3']
11-
s.osx.deployment_target = "10.9"
11+
s.osx.deployment_target = "11.0"
1212
s.source = { :git => "https://github.com/qiuzhifei/swift-commands.git", :tag => s.version }
1313
s.source_files = "Sources/*/*.swift"
1414
end

0 commit comments

Comments
 (0)