Skip to content

Commit

Permalink
Set swift version to 5.5, pod version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Oct 24, 2022
1 parent 3693c6e commit f3fb9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6
// swift-tools-version: 5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
6 changes: 3 additions & 3 deletions TerminalAPIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TerminalAPIKit'
s.version = '1.2.0'
s.version = '1.3.0'
s.summary = "Adyen Terminal API for iOS"
s.description = <<-DESC
TerminalAPIKit for iOS helps with integrating Adyen's Terminal API into your iOS POS app.
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Adyen/adyen-terminal-api-ios', :tag => "#{s.version}" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.swift_version = '5.6'
s.swift_version = '5.5'
s.frameworks = 'Foundation'
s.source_files = 'Sources/TerminalAPIKit/**/*.swift'
end
end

0 comments on commit f3fb9e4

Please sign in to comment.