Skip to content

Commit

Permalink
bump podspec to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 30, 2023
1 parent 0ec4bee commit 3208d02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
}
},
{
"package": "secp256k1",
"package": "secp256k1.swift",
"repositoryURL": "https://github.com/GigaBitcoin/secp256k1.swift.git",
"state": {
"branch": null,
"revision": "1a14e189def5eaa92f839afdd2faad8e43b61a6e",
"version": "0.12.2"
"revision": "44f72619e63915ac85b5439ca9f3a91da916c468",
"version": "0.13.0"
}
},
{
Expand Down
8 changes: 4 additions & 4 deletions TorusSessionManager.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |spec|
spec.name = "TorusSessionManager"
spec.version = "2.0.0"
spec.version = "3.0.0"
spec.platform = :ios, "14.0"
spec.summary = "SessionManagement SDK"
spec.homepage = "https://github.com/Web3Auth"
spec.license = { :type => 'MIT', :file => 'License.md' }
spec.swift_version = "5.0"
spec.author = { "Torus Labs" => "dhruv@tor.us" }
spec.author = { "Torus Labs" => "gaurav@tor.us" }
spec.module_name = "SessionManager"
spec.source = { :git => "https://github.com/Web3Auth/session-manager-swift.git", :tag => spec.version }
spec.source_files = "Sources/SessionManager/*.{swift}","Sources/SessionManager/**/*.{swift}"
spec.dependency 'KeychainSwift', '~> 20.0.0'
spec.dependency 'web3.swift', '~> 0.9.3'
spec.dependency 'CryptoSwift', '~> 1.5.1'
spec.dependency 'web3.swift', '~> 1.6.0'
spec.dependency 'CryptoSwift', '~> 1.8.0'
end

0 comments on commit 3208d02

Please sign in to comment.