Skip to content

Commit 8317c78

Browse files
chore: update iOS minimum version & swift version
1 parent dedb314 commit 8317c78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "RSDKUtils",
88
platforms: [
9-
.iOS(.v12), .watchOS(.v6), .macOS(.v10_13)
9+
.iOS(.v14), .watchOS(.v6), .macOS(.v10_13)
1010
],
1111
products: [
1212
.library(

RSDKUtils.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Pod::Spec.new do |s|
66
s.homepage = "https://github.com/rakutentech/ios-sdkutils"
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.source = { :git => "https://github.com/rakutentech/ios-sdkutils.git", :tag => s.version.to_s }
9-
s.platforms = { :ios => '12.0', :watchos => '6.0' }
10-
s.swift_versions = ['5.4', '5.5']
9+
s.platforms = { :ios => '14.0', :watchos => '6.0' }
10+
s.swift_versions = ['5.4', '5.5', 5.9]
1111
s.resources = ['Sources/Resources/PrivacyInfo.xcprivacy']
1212
s.requires_arc = true
1313
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)