Skip to content

Commit

Permalink
change macos min version
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Jun 18, 2019
1 parent 30ca4f3 commit 770e73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.author = { "pengyutang125" => "[email protected]" }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.12'
s.osx.deployment_target = '10.10'

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.0' }
s.source_files = 'cocore/*.{h,m,s,c,mm}'
Expand Down
2 changes: 1 addition & 1 deletion coobjc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.author = { "pengyutang125" => "[email protected]" }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.12'
s.osx.deployment_target = '10.10'

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.0' }
s.source_files = 'coobjc/**/*.{h,m}'
Expand Down

0 comments on commit 770e73d

Please sign in to comment.