We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8c939 commit 6bec049Copy full SHA for 6bec049
BezierKit.podspec
@@ -10,15 +10,15 @@ Pod::Spec.new do |s|
10
s.homepage = "https://github.com/hfutrell/BezierKit"
11
s.license = "MIT"
12
s.author = { "Holmes Futrell" => "[email protected]" }
13
- s.swift_version = "5.3"
+ s.swift_version = "5.0"
14
15
s.ios.deployment_target = "10.0"
16
s.osx.deployment_target = "10.12"
17
s.ios.framework = 'UIKit', 'CoreGraphics'
18
s.osx.framework = 'AppKit'
19
#s.tvos.deployment_target = '9.0'
20
#s.watchos.deployment_target = '2.0'
21
-
+
22
s.source = { :git => "https://github.com/hfutrell/BezierKit.git", :tag => "v#{s.version}"}
23
#s.source = { :git => "https://github.com/hfutrell/BezierKit.git", :branch => "#{s.version}-release"}
24
0 commit comments