forked from IOSPartyPlanner/PartyPlanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
executable file
·32 lines (29 loc) · 842 Bytes
/
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'iOS-PartyPlanner' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod ‘Firebase/Auth’
pod ‘Firebase/Storage’
pod 'GoogleSignIn'
pod 'Fabric'
pod 'TwitterKit'
pod 'TwitterCore'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'AFNetworking', '~> 2.5'
pod 'DLRadioButton', '~> 1.4'
pod 'ELCImagePickerController', '~> 0.2'
pod 'MBProgressHUD'
pod "MWPhotoBrowser"
pod 'LTMorphingLabel'
pod 'lottie-ios'
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'Material', '~> 2.0'
pod 'Graph', '~> 2.0'
pod 'QRCodeReader.swift', '~> 7.4.1'
# Pods for iOS-PartyPlanner
end