-
Notifications
You must be signed in to change notification settings - Fork 4
/
Podfile
48 lines (42 loc) · 1.28 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RaccoonWallet' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for RaccoonWallet
pod "NemSwift", '~> 0.5.1'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'R.swift', '~> 4.0.0'
pod 'NVActivityIndicatorView'
pod 'RealmSwift', '~> 3.18.0'
pod 'DLRadioButton', '~> 1.4'
pod 'FontAwesome.swift'
pod 'XCGLogger', '~> 6.0.4'
pod 'KeychainAccess'
pod 'ZXingObjC', '~> 3.2.2'
pod 'DDMathParser', :git => 'https://github.com/davedelong/DDMathParser.git', :branch => 'swift4'
pod 'MaterialComponents/Cards'
pod 'MaterialComponents/Buttons'
pod 'MaterialComponents/Ink'
pod 'MaterialComponents/Snackbar'
pod 'MaterialComponents/ShadowElevations'
pod 'MaterialComponents/Tabs'
pod 'Firebase/Core'
pod 'Fabric', '~> 1.7.11'
pod 'Crashlytics', '~> 3.10.7'
pod 'REFrostedViewController', '~> 2.4'
pod 'LicensePlist'
pod 'Nuke', '~> 7.0'
pod 'BCryptSwift'
target 'RaccoonWalletTests' do
inherit! :search_paths
# Pods for testing
pod 'RxBlocking', '~> 4.0'
pod "SwiftyMocky"
end
target 'RaccoonWalletUITests' do
inherit! :search_paths
# Pods for testing
end
end