-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
72 lines (54 loc) · 2.13 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
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 'Liteapp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Liteapp
pod 'SideMenu'
pod 'SDWebImage', '~> 5.0'
# For Facebook Login
# https://developers.facebook.com/docs/facebook-login/ios/?sdk=cocoapods
pod 'FBSDKLoginKit'
pod 'CountryPickerView'
pod 'ObjectMapper'
pod 'AEOTPTextField'
pod 'GoogleSignIn'
pod 'ZLImageEditor'
pod 'lottie-ios'
pod 'MKToolTip'
pod 'KeychainAccess', '4.2.2'
pod 'Kingfisher', '7.0.0'
pod 'Alamofire', '5.4.4'
pod 'IQKeyboardManagerSwift' #, '6.5.9'
pod 'SwiftMessages', '9.0.5'
pod 'SwiftyJSON', '5.0.1'
pod 'ReachabilitySwift' #, '5.1.0'
# Add the Firebase pod for Google Analytics
# https://firebase.google.com/docs/analytics/get-started?platform=ios
pod 'Firebase/Analytics'
# Firebase Crashlytics using the Firebase Crashlytics SDK
# https://firebase.google.com/docs/crashlytics/get-started-new-sdk?platform=ios&authuser=0
# https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
pod 'Firebase/Crashlytics'
# add the DynamicLinks pod for DynamicLinks
# https://firebase.google.com/docs/dynamic-links
pod 'Firebase/DynamicLinks'
# Add the pod for Firebase Cloud Messaging
pod 'Firebase/Messaging'
# For circular transperent progress
# https://github.com/keygx/GradientCircularProgress
pod 'GradientCircularProgress', :git => 'https://github.com/keygx/GradientCircularProgress'
#View controllers in a bottom sheet that supports scrollviews and multiple sizes
#https://github.com/gordontucker/FittedSheets
pod 'FittedSheets', '2.4.0'
# EasyTipView is a fully customizable tooltip view written in Swift that can be used as a call to action or informative tip.
# https://github.com/teodorpatras/EasyTipView
pod 'EasyTipView', '~> 2.1'
# Google Sign In
# https://firebase.google.com/docs/auth/ios/google-signin
pod 'Firebase/Auth'
#Text filed Effext
#https://github.com/raulriera/TextFieldEffects
pod 'TextFieldEffects', '1.6.0'
pod 'libxlsxwriter'
end