-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
38 lines (34 loc) · 1.08 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
31
32
33
34
35
36
37
38
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'MPM-Sft-Eng-Proj' do
project 'MPM-Sft-Eng-Proj.xcodeproj'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# ignore all warnings from all pods
# employed as some pods use deprecated stuff.
inhibit_all_warnings!
# Pods for MPM-Sft-Eng-Proj
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Core'
pod 'LBTAComponents'
pod 'JGProgressHUD'
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'
pod 'GoogleSignIn'
pod 'SwiftSpinner'
pod 'Alamofire'
pod 'Cosmos'
pod 'AAInfographics'
pod 'DateToolsSwift'
pod 'SwiftDate', '~> 5.0'
pod 'NotificationBannerSwift'
pod 'PopupDialog', '~> 0.7'
pod 'SwiftyBeaver'
pod 'CalendarDateRangePickerViewController'
pod 'NVActivityIndicatorView'
target 'MPM-Sft-Eng-ProjTests' do
inherit! :search_paths
# Pods for testing
end
end