Skip to content

Commit

Permalink
Merge pull request #84 from YangSen-qn/master
Browse files Browse the repository at this point in the history
osx min version to 10.11
  • Loading branch information
bachue authored Apr 22, 2024
2 parents 6b1fc91 + 235fb2c commit 17039cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HappyDNS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = {:git => 'https://github.com/qiniu/happy-dns-objc.git', :tag => "v#{s.version}"}

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.11'
s.libraries = 'resolv'
s.source_files = 'HappyDNS/Common/*.{h,m}','HappyDNS/Dns/*.{h,m}','HappyDNS/Http/*.{h,m}','HappyDNS/Local/*.{h,m}','HappyDNS/Util/*.{h,m}','HappyDNS/HappyDNS.h'
s.resource_bundle = {"HappyDNS.privacy"=>"HappyDNS/PrivacyInfo.xcprivacy"}
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "HappyDNS",
platforms: [
.macOS(.v10_10),
.macOS(.v10_11),
.iOS(.v9)
],
products: [
Expand Down

0 comments on commit 17039cf

Please sign in to comment.