-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodFile
More file actions
26 lines (22 loc) · 792 Bytes
/
PodFile
File metadata and controls
26 lines (22 loc) · 792 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'notesNearby_iOS_final' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for notesNearby_iOS_final
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Kingfisher', '~> 3.0'
pod 'HDAugmentedReality', :git => 'https://github.com/DanijelHuis/HDAugmentedReality.git'
pod 'SVProgressHUD', :git => 'https://github.com/SVProgressHUD/SVProgressHUD.git'
target 'notesNearby_iOS_finalTests' do
inherit! :search_paths
# Pods for testing
end
target 'notesNearby_iOS_finalUITests' do
inherit! :search_paths
# Pods for testing
end
end