diff --git a/CustomAuth.podspec b/CustomAuth.podspec index f951509..70ea6d9 100644 --- a/CustomAuth.podspec +++ b/CustomAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "CustomAuth" - spec.version = "12.0.0" + spec.version = "13.0.0" spec.platform = :ios, "13.0" spec.summary = "Swift SDK that allows applications to directly interact with the Torus Network, similar to how Torus Wallet does." spec.homepage = "https://github.com/torusresearch/customauth-swift-sdk" diff --git a/Package.resolved b/Package.resolved index f326077..ec82997 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/torusresearch/fetch-node-details-swift", "state" : { - "branch" : "encapsulate_torusnetwork", - "revision" : "2fcd108ea89a48f092a955017977a299129d20c7" + "branch" : "remove_celeste_support", + "revision" : "c696757f2249d9b5d380fb5b3b6536bec8bc1741" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/torusresearch/torus-utils-swift.git", "state" : { - "branch" : "encapsulate_torusnetwork", - "revision" : "ef50d543ee773ebcde6ac386ac831e9ccaceef8f" + "branch" : "remove_celeste_support", + "revision" : "1ffc4d39bb6505e55e635ad69cee89e49b945f75" } } ], diff --git a/Package.swift b/Package.swift index 44c1036..a15f88e 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "CustomAuth", platforms: [ - .iOS(.v13), .macOS(.v11) + .iOS(.v14), .macOS(.v11) ], products: [ .library( @@ -14,7 +14,7 @@ let package = Package( targets: ["CustomAuth"]) ], dependencies: [ - .package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "encapsulate_torusnetwork"), + .package(url: "https://github.com/torusresearch/torus-utils-swift.git", branch: "remove_celeste_support"), .package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.1.0"), // NB: jwt-kit may only be a test dependency or it will break cocoapods support .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),