Skip to content

Commit 6bec049

Browse files
update swift version
1 parent 4f8c939 commit 6bec049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BezierKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/hfutrell/BezierKit"
1111
s.license = "MIT"
1212
s.author = { "Holmes Futrell" => "[email protected]" }
13-
s.swift_version = "5.3"
13+
s.swift_version = "5.0"
1414

1515
s.ios.deployment_target = "10.0"
1616
s.osx.deployment_target = "10.12"
1717
s.ios.framework = 'UIKit', 'CoreGraphics'
1818
s.osx.framework = 'AppKit'
1919
#s.tvos.deployment_target = '9.0'
2020
#s.watchos.deployment_target = '2.0'
21-
21+
2222
s.source = { :git => "https://github.com/hfutrell/BezierKit.git", :tag => "v#{s.version}"}
2323
#s.source = { :git => "https://github.com/hfutrell/BezierKit.git", :branch => "#{s.version}-release"}
2424

0 commit comments

Comments
 (0)