-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
executable file
·33 lines (27 loc) · 811 Bytes
/
Podfile
File metadata and controls
executable file
·33 lines (27 loc) · 811 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
28
29
30
31
32
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'Homebase' do
pod 'Mapbox-iOS-SDK', '~> 3.4'
pod 'MapboxGeocoder.swift', '~> 0.6'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
pod 'PermissionScope'
pod 'VersionTrackerSwift'
pod 'UITextField+Shake', '~> 1.1'
pod 'DeviceKit', '~> 1.0'
pod 'CDAlertView'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
pod 'Firebase/Crash'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Firebase/Invites'
pod 'Firebase/DynamicLinks'
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
end
target 'HomebaseTests' do
end
target 'HomebaseUITests' do
end