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.
2 parents f8e866f + ba96ce0 commit 0df3ef2Copy full SHA for 0df3ef2
CoreGraphicsExtension.podspec
@@ -8,10 +8,10 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'CoreGraphicsExtension'
11
- s.version = '0.5.0'
+ s.version = '0.5.1'
12
s.summary = 'A small libray to provide polar coordinate feature and some convienet extension of CoreGraphics'
13
# s.swift_version:begin
14
- s.swift_version = '6.1.0'
+ s.swift_version = '6.0'
15
# s.swift_version = '${SWIFT_VERSION}'
16
17
# s.platform:begin
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:6.1
+// swift-tools-version:6.0
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
0 commit comments