From d54c637131a29d0120d2c7fcab1f5e6da56db23d Mon Sep 17 00:00:00 2001 From: jinsikhan Date: Mon, 17 Jun 2024 09:28:59 +0900 Subject: [PATCH] Modify JWTsSwift ver --- Package.swift | 3 ++- VerifiableSwift.podspec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 0c7ce12..7a928c8 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "VerifiableSwift", + platforms: [.iOS(.v15)], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library( @@ -13,7 +14,7 @@ let package = Package( ], dependencies: [ - .package(url: "https://github.com/METADIUM/JWTsSwift.git", .upToNextMajor(from: "0.1.2")) + .package(url: "https://github.com/METADIUM/JWTsSwift.git", .upToNextMajor(from: "0.1.3")) ], targets: [ diff --git a/VerifiableSwift.podspec b/VerifiableSwift.podspec index 870c03e..926630d 100644 --- a/VerifiableSwift.podspec +++ b/VerifiableSwift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerifiableSwift' - s.version = '0.2.2' + s.version = '0.2.3' s.summary = 'Verifiable Credential and Presentation of Metadium.' # This description is used to generate tags and improve search results. @@ -28,7 +28,7 @@ Verifiable Credential and Presentation of Metadium. s.source = { :git => 'https://github.com/METADIUM/VerifiableSwift.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '12.0' + s.ios.deployment_target = '15.0' s.source_files = 'Sources/VerifiableSwift/Classes/**/*'