Skip to content

Commit fb60453

Browse files
committed
SDK-5914 updates swift persions package.swift podspec and readmem.md
1 parent 64f8473 commit fb60453

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

JWTDecode.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.visionos.deployment_target = '1.0'
2020

2121
s.source_files = 'JWTDecode/*.swift'
22-
s.swift_versions = ['5.9']
22+
s.swift_versions = ['6.0.2', '6.0.3', '6.1']
2323
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:6.0.2
22

33
import PackageDescription
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Migrating from v2? Check the [Migration Guide](V3_MIGRATION_GUIDE.md).
2727
### Requirements
2828

2929
- iOS 14.0+ / macOS 11.0+ / tvOS 14.0+ / watchOS 7.0+
30-
- Xcode 15.x
31-
- Swift 5.9+
30+
- Xcode 16.x
31+
- Swift 6.0+
3232

3333
### Installation
3434

0 commit comments

Comments
 (0)