-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
72 lines (66 loc) · 1.62 KB
/
Podfile
File metadata and controls
72 lines (66 loc) · 1.62 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Draftys' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Draftys
pod "NextLevel"
pod 'JJFloatingActionButton'
pod 'SDWebImage', :modular_headers => true #, '~> 5.0'
pod 'DSGradientProgressView'
pod 'IQKeyboardManagerSwift'
pod "Regift"
pod 'YPImagePicker'
pod 'Firebase'
pod 'FirebaseCore'
pod 'FirebaseStorage'
pod 'FirebaseAuth'
pod 'FirebaseDatabase'
pod 'FirebaseMessaging'
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'MarqueeLabel'
pod 'Alamofire'
pod 'ContentLoader'
pod 'JSQMessagesViewController'
pod 'Kingfisher'
pod "GTProgressBar"
pod 'SnapKit', '~> 5.0.0'
pod 'CoreAnimator', '~> 2.1.4'
pod 'GTProgressBar'
pod "Player"
pod 'EFInternetIndicator'
pod 'NVActivityIndicatorView'
pod 'iOSDropDown'
pod "SwiftyCam"
#pod "XLPagerTabStrip"
#pod 'SmoothPicker'
#pod 'FacebookShare'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod "KYShutterButton"
# pod 'TwitterKit'
pod 'GSPlayer'
#pod 'ShimmerSwift'
pod 'MDatePickerView'
pod 'TextFieldEffects'
pod 'PhoneNumberKit'
pod 'FullMaterialLoader'
pod 'PhoneNumberKit'
pod 'SkyFloatingLabelTextField'
pod 'DropDown'
pod 'lottie-ios'
#pod 'SwiftAudio'
#pod 'CountryList'
pod 'SKCountryPicker'
#pod 'iOSAudioPlayer'
pod 'FLAnimatedImage'
pod 'XLPagerTabStrip', '~> 9.0'
pod 'AgoraRtcEngine_iOS'
pod 'RangeSeekSlider'
target 'DraftysUITests' do
# Pods for testing
end
end