Skip to content

Commit f145ca1

Browse files
bump deps
1 parent 9d35eca commit f145ca1

File tree

6 files changed

+27
-123
lines changed

6 files changed

+27
-123
lines changed

CustomAuth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Pod::Spec.new do |spec|
1010
spec.module_name = "CustomAuth"
1111
spec.source = { :git => "https://github.com/torusresearch/customauth-swift-sdk.git", :tag => spec.version }
1212
spec.source_files = "Sources/CustomAuth/*.{swift}","Sources/CustomAuth/**/*.{swift}"
13-
spec.dependency 'Torus-utils', '~> 5.0.0'
14-
spec.dependency 'JWTDecode', '~> 3.0.1'
13+
spec.dependency 'Torus-utils', '~> 5.1.1'
14+
spec.dependency 'JWTDecode', '~> 3.1.0'
1515
end

CustomAuthDemo/CustomAuthDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 97 deletions
This file was deleted.

Development.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
],
1616
dependencies: [
1717
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift.git", from: "5.1.1"),
18-
.package(name: "jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
19-
.package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.0.1")
18+
.package(name: "jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
19+
.package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.1.0")
2020
],
2121
targets: [
2222
.target(

cocoapods/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '14.0'
33
source 'https://github.com/CocoaPods/Specs.git'
44

55
target 'cptest' do
66
# Comment the next line if you don't want to use dynamic frameworks
77
use_frameworks!
88
# pod 'Torus-utils', '~>'
9+
# pod 'SingleFactorAuth', '~> 2.0.1'
910
pod 'CustomAuth', :path=>"../"
1011
# Pods for cptest
1112

cocoapods/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
PODS:
22
- BigInt (5.0.0)
3-
- CryptoSwift (1.5.1)
4-
- CustomAuth (6.0.0):
5-
- JWTDecode (~> 3.0.1)
6-
- Torus-utils (~> 5.0.0)
3+
- CryptoSwift (1.7.1)
4+
- CustomAuth (6.0.1):
5+
- JWTDecode (~> 3.1.0)
6+
- Torus-utils (~> 5.1.1)
77
- GenericJSON (2.0.2)
8-
- JWTDecode (3.0.1)
8+
- JWTDecode (3.1.0)
99
- secp256k1.swift (0.1.4)
1010
- Torus-fetchNodeDetails (4.0.1):
1111
- web3.swift (~> 0.9.3)
12-
- Torus-utils (5.0.0):
13-
- CryptoSwift (~> 1.5.1)
12+
- Torus-utils (5.1.1):
13+
- CryptoSwift (~> 1.7.1)
1414
- secp256k1.swift (~> 0.1.4)
15-
- Torus-fetchNodeDetails (~> 4.0.0)
15+
- Torus-fetchNodeDetails (~> 4.0.1)
1616
- web3.swift (0.9.3):
1717
- BigInt (~> 5.0.0)
1818
- GenericJSON (~> 2.0)
@@ -38,15 +38,15 @@ EXTERNAL SOURCES:
3838

3939
SPEC CHECKSUMS:
4040
BigInt: 74b4d88367b0e819d9f77393549226d36faeb0d8
41-
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
42-
CustomAuth: c49749c88ceac2720c52368ff58a78c63027a06a
41+
CryptoSwift: d3d18dc357932f7e6d580689e065cf1f176007c1
42+
CustomAuth: fd705ef3394ece58f4d7912a9653746d075884ad
4343
GenericJSON: 79a840eeb77030962e8cf02a62d36bd413b67626
44-
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
44+
JWTDecode: 3eaab1e06b6f4dcbdd6716aff09ba4c2104ca8b7
4545
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
4646
Torus-fetchNodeDetails: a92d02f1bfe91bd61c90f92d64df023babaa5bfa
47-
Torus-utils: 9ac46eb76935e328a6628108c94b66e1af1e7fa7
47+
Torus-utils: 9b167655f8882ad0cff7ab76685da0728d9c9cea
4848
web3.swift: c6c3bf1f853743f8a7a58d263e5f7e46545e22c7
4949

50-
PODFILE CHECKSUM: 565bc0707b1270aea2d5c153bd669fa8c5ee7ca6
50+
PODFILE CHECKSUM: f833fcc5131fdff361e66d13954083588b75e937
5151

5252
COCOAPODS: 1.12.1

0 commit comments

Comments
 (0)