Skip to content

Commit

Permalink
update Swift version to 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Mar 27, 2024
1 parent 1733598 commit 03b7afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion PayPal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "PayPal" => "[email protected]" }
s.source = { :git => "https://github.com/paypal/paypal-ios.git", :tag => s.version.to_s }
s.swift_version = "5.8"
s.swift_version = "5.9"

s.platform = :ios, "14.0"
s.compiler_flags = "-Wall -Werror -Wextra"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This SDK supports:

### Languages

This SDK supports Swift 5.8+. This SDK is written in Swift.
This SDK supports Swift 5.9+. This SDK is written in Swift.

### UI Frameworks
This SDK supports:
Expand Down

0 comments on commit 03b7afd

Please sign in to comment.