Skip to content

Commit 4d90b7e

Browse files
author
Clément Le Provost
committed
Fix OS X deployment target in pod spec
The target set in the Xcode project is ignored by Cocoapods.
1 parent ee15796 commit 4d90b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AlgoliaSearch-Client-Swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/algolia/algoliasearch-client-swift.git', :tag => s.version }
1010

1111
s.ios.deployment_target = '8.0'
12-
s.osx.deployment_target = '10.9'
12+
s.osx.deployment_target = '10.10'
1313

1414
# By default, do not require the offline SDK.
1515
s.default_subspec = 'Online'

0 commit comments

Comments
 (0)