-
Notifications
You must be signed in to change notification settings - Fork 22
/
Podfile
49 lines (40 loc) · 921 Bytes
/
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
49
platform :ios, '10.0'
inhibit_all_warnings!
install! 'cocoapods', generate_multiple_pod_projects: true
target 'Tok' do
use_frameworks!
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxSwiftExt', '~> 5'
pod 'Action'
pod 'SnapKit', '~> 4.0.1'
pod 'Reusable'
pod "Device"
pod 'ReachabilitySwift'
pod 'libsodium', '~> 1.0.12'
pod 'libopus-patched-config'
pod 'TPCircularBuffer'
pod 'Realm', '~> 3.20.0'
pod 'Protobuf'
pod 'DeepDiff'
pod 'Chatto'
pod 'ChattoAdditions'
pod 'YBImageBrowser', '~> 2.2.0'
pod 'RSKImageCropper', '~> 2.2.1'
pod 'HXPhotoPicker'
pod 'TextFieldEffects'
pod 'MBProgressHUD'
pod 'lottie-ios'
pod 'SwiftDate', '~> 5.0.10'
pod 'SwiftMessages'
pod 'SwiftyCam'
pod 'YYImage/WebP'
pod 'IQKeyboardManagerSwift'
pod 'Firebase/Core'
pod 'Fabric'
pod 'Crashlytics'
target 'TokTests' do
inherit! :search_paths
# Pods for testing
end
end