Skip to content

Commit 5bbd5c8

Browse files
author
Keuahn Lumanog
committed
Fix swift_version
1 parent f88a5cb commit 5bbd5c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2
1+
6.0

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.1
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

WKJavaScriptController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WKJavaScriptController'
11-
s.version = '1.0.0'
11+
s.version = '1.0.1'
1212
s.summary = 'A lightweight JavaScript controller for WKWebView'
1313
s.description = 'WKJavaScriptController provides an easy way to interact between JavaScript and Swift in WKWebView.'
1414
s.homepage = 'https://github.com/klumanog-dev/WKJavaScriptController'
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source = { :git => 'https://github.com/klumanog-dev/WKJavaScriptController.git', :tag => s.version.to_s }
1818

1919
s.ios.deployment_target = '13.0' # Adjust as needed
20-
s.swift_version = '6.0'
20+
s.swift_versions = ['6.0']
2121

2222
s.source_files = 'Sources/**/*.{h,m,swift}'
2323
end

0 commit comments

Comments
 (0)