We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab5d8d commit d623694Copy full SHA for d623694
CHANGELOG.md
@@ -1,4 +1,3 @@
1
-
2
# 3.4
3
4
## Bugfix
Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.3
+// swift-tools-version:5.5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -23,4 +23,4 @@ let package = Package(
23
dependencies: ["TUSKit"],
24
resources: [.process("Resources")]) // Required to have SwiftPM generate a bundle with resource files
25
]
26
-)
+)
TUSKit.podspec
@@ -7,7 +7,7 @@
7
8
Pod::Spec.new do |s|
9
s.name = 'TUSKit'
10
- s.version = '3.3'
+ s.version = '3.4'
11
s.summary = 'TUSKit client in Swift'
12
s.swift_version = '5.0'
13
0 commit comments