Skip to content

Commit

Permalink
Modify JWTsSwift ver
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsikhan committed Jun 17, 2024
1 parent 52789fa commit d54c637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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: [
Expand Down
4 changes: 2 additions & 2 deletions VerifiableSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/<TWITTER_USERNAME>'

s.ios.deployment_target = '12.0'
s.ios.deployment_target = '15.0'

s.source_files = 'Sources/VerifiableSwift/Classes/**/*'

Expand Down

0 comments on commit d54c637

Please sign in to comment.