-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
30 lines (28 loc) · 1.04 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
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target 'TripRecall' do
# Comment the next line if you don't want to use dynamic frameworks
# Pods for TripRecall
pod 'SnapKit', '~> 5.0.0'
pod 'MaterialComponents/Tabs'
pod 'MaterialComponents/TextControls+FilledTextAreasTheming'
pod 'MaterialComponents/TextControls+FilledTextFieldsTheming'
pod 'MaterialComponents/TextControls+OutlinedTextAreasTheming'
pod 'MaterialComponents/TextControls+OutlinedTextFieldsTheming'
pod 'MaterialComponents/Buttons+Theming'
pod 'MaterialComponents/ActivityIndicator'
pod 'MaterialComponents/Dialogs'
pod 'MaterialComponents/ShadowElevations'
pod 'MaterialComponents/BottomNavigation'
pod 'GooglePlaces'
pod 'GoogleMaps'
pod 'MaterialComponents/Cards'
pod 'MaterialComponents/BottomSheet'
pod 'FSCalendar'
pod 'MaterialComponents/Snackbar+TypographyThemer'
pod 'MaterialComponents/BottomNavigation'
pod 'AWSS3'
pod 'AWSCore'
end