-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
37 lines (34 loc) · 950 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
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'SmallTalk' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for epam_messenger
pod 'SwiftLint'
pod 'Sourcery'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Storage'
pod 'Firebase/Functions'
pod 'CodableFirebase'
pod 'Reusable'
pod 'FirebaseUI/Firestore', '~> 10.0.2'
pod 'FirebaseUI/Storage', '~> 10.0.2'
pod 'InputBarAccessoryView'
pod 'TinyConstraints'
pod 'AlgoliaSearchClient', '~> 8.8.0'
pod 'NYTPhotoViewer', '5.0.4'
pod 'BSImagePicker', '~> 3.3.1'
pod 'FDWaveformView'
pod 'Differ'
pod 'Hero'
pod 'FaceAware'
pod 'XLPagerTabStrip', '~> 9.0'
pod 'ChromaColorPicker'
pod 'PhoneNumberKit', '~> 3.3.3'
pod 'AnyCodable-FlightSchool', '~> 0.4.0'
target 'SmallTalkTests' do
inherit! :search_paths
pod 'Firebase'
end
end