Skip to content

Commit 770e73d

Browse files
committed
change macos min version
1 parent 30ca4f3 commit 770e73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.author = { "pengyutang125" => "[email protected]" }
1919

2020
s.ios.deployment_target = '8.0'
21-
s.osx.deployment_target = '10.12'
21+
s.osx.deployment_target = '10.10'
2222

2323
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.0' }
2424
s.source_files = 'cocore/*.{h,m,s,c,mm}'

coobjc.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.author = { "pengyutang125" => "[email protected]" }
1919

2020
s.ios.deployment_target = '8.0'
21-
s.osx.deployment_target = '10.12'
21+
s.osx.deployment_target = '10.10'
2222

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

0 commit comments

Comments
 (0)