Skip to content

Commit 83847de

Browse files
committed
Update osx deployment target to 10.10 in podspec
1 parent 5bf01ec commit 83847de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source_files = 'Source/*.swift'
1313

1414
s.ios.deployment_target = '8.0'
15-
s.osx.deployment_target = '10.9'
15+
s.osx.deployment_target = '10.10'
1616
s.tvos.deployment_target = '9.0'
1717
end

0 commit comments

Comments
 (0)