-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathWeb3Auth.podspec
More file actions
21 lines (21 loc) · 982 Bytes
/
Web3Auth.podspec
File metadata and controls
21 lines (21 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "Web3Auth"
spec.version = "12.0.1"
spec.platform = :ios, "14.0"
spec.summary = "Torus Web3Auth SDK for iOS applications"
spec.homepage = "https://github.com/web3auth/web3auth-swift-sdk"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.swift_version = "5.0"
spec.author = { "Torus Labs" => "hello@tor.us" }
spec.module_name = "Web3Auth"
spec.source = { :git => "https://github.com/web3auth/web3auth-swift-sdk.git", :tag => spec.version }
spec.source_files = "Sources/Web3Auth/**/*.{swift}"
spec.dependency 'KeychainSwift', '~> 20.0.0'
spec.dependency 'curvelib.swift', '~> 2.0.0'
spec.dependency 'TorusSessionManager', '~> 6.1.0'
spec.dependency 'BigInt', '~> 5.2.0'
spec.dependency 'AnalyticsSwiftCocoapod', '~> 1.8.0'
spec.dependency 'JWTDecode', '~> 3.3.0'
spec.dependency 'Torus-utils', '~> 10.0.1'
spec.exclude_files = [ 'docs/**' ]
end