-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
27 lines (23 loc) · 673 Bytes
/
Copy pathPodfile
File metadata and controls
27 lines (23 loc) · 673 Bytes
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
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'CapProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'FirebaseUI/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
<<<<<<< HEAD
source 'https://github.com/CocoaPods/Specs.git'
pod 'SwiftQRCode'
use_frameworks!
pod 'ActionSheetPicker-3.0'
<<<<<<< HEAD
pod 'DatePickerDialog'
=======
>>>>>>> parent of 955b75c... about to split qr code with vc
=======
pod "EFQRCode", '~> 1.2.7'
>>>>>>> parent of 11c4cd0... commit with appdelegate bug
end