-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathPodfile
More file actions
22 lines (20 loc) · 776 Bytes
/
Podfile
File metadata and controls
22 lines (20 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'Sentinel' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
inhibit_all_warnings!
# Pods for Sentinel
pod 'PromiseKit', '~> 6.2.8'
pod 'CryptoSwift', '~> 0.10.0'
pod 'Moya', '~> 11.0.2'
pod 'secp256k1.swift', '~> 0.1.4'
pod 'SwiftRichString', '~> 2.0.1'
pod 'lottie-ios', '~> 2.5.0'
pod 'RealmSwift', '~> 3.7.1'
pod 'Locksmith', '~> 4.0.0'
pod 'QRCodeReader.swift', '~> 8.2.0'
pod 'Starscream', '~> 3.0.5'
pod 'ReachabilitySwift', '~> 4.1.0'
pod 'HDWalletKit', :git => 'https://github.com/Samourai-Wallet/HDWalletKit.git', :commit => 'bfedd45259d61d8de9465f91e14f1322e79cdf81'
end