Skip to content

Commit

Permalink
Merge pull request #15 from vdshko/develop
Browse files Browse the repository at this point in the history
update: minimum macos support version
  • Loading branch information
vdshko authored Jun 1, 2024
2 parents 33c27cf + 67e0e1f commit 4298252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DebugFrame.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/vdshko/DebugFrame.git", :tag => "#{spec.version}" }
spec.source_files = 'Source/DebugFrame/**/*.swift'
spec.ios.deployment_target = "14.0"
spec.osx.deployment_target = "10.15"
spec.osx.deployment_target = "11.0"
spec.swift_versions = "5.0"
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "DebugFrame",
platforms: [
.iOS(.v14),
.macOS(.v10_15)
.macOS(.v11)
],
products: [
.library(
Expand Down

0 comments on commit 4298252

Please sign in to comment.