Skip to content

Commit

Permalink
Merge pull request #113 from hfutrell/0.16-release
Browse files Browse the repository at this point in the history
up iOS deployment target to 13, fix SwiftLint XCode project integrati…
  • Loading branch information
hfutrell authored Oct 21, 2024
2 parents 11a87c2 + 03d2f88 commit c478694
Show file tree
Hide file tree
Showing 28 changed files with 247 additions and 146 deletions.
4 changes: 2 additions & 2 deletions BezierKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

Pod::Spec.new do |s|
s.name = "BezierKit"
s.version = "0.15.0"
s.version = "0.16.0"
s.summary = "comprehensive Bezier Path library written in Swift"
s.homepage = "https://github.com/hfutrell/BezierKit"
s.license = "MIT"
s.author = { "Holmes Futrell" => "[email protected]" }
s.swift_version = "5.3"

s.ios.deployment_target = "10.0"
s.ios.deployment_target = "13.0"
s.osx.deployment_target = "10.12"
s.ios.framework = 'UIKit', 'CoreGraphics'
s.osx.framework = 'AppKit'
Expand Down
Loading

0 comments on commit c478694

Please sign in to comment.