Skip to content

Commit c478694

Browse files
authored
Merge pull request #113 from hfutrell/0.16-release
up iOS deployment target to 13, fix SwiftLint XCode project integrati…
2 parents 11a87c2 + 03d2f88 commit c478694

28 files changed

+247
-146
lines changed

BezierKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
Pod::Spec.new do |s|
77
s.name = "BezierKit"
8-
s.version = "0.15.0"
8+
s.version = "0.16.0"
99
s.summary = "comprehensive Bezier Path library written in Swift"
1010
s.homepage = "https://github.com/hfutrell/BezierKit"
1111
s.license = "MIT"
1212
s.author = { "Holmes Futrell" => "[email protected]" }
1313
s.swift_version = "5.3"
1414

15-
s.ios.deployment_target = "10.0"
15+
s.ios.deployment_target = "13.0"
1616
s.osx.deployment_target = "10.12"
1717
s.ios.framework = 'UIKit', 'CoreGraphics'
1818
s.osx.framework = 'AppKit'

0 commit comments

Comments
 (0)