-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
95 lines (61 loc) · 1.77 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Uncomment the next line to define a global platform for your project
platform :ios, '14.3'
target 'mackirel' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for mackirel
#Facebook login
#Google Login With Firebase
pod 'Firebase/Auth'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'GoogleAnalytics'
# IQKeyboardManager
pod 'IQKeyboardManagerSwift'
#Activity Indicator View
pod 'NVActivityIndicatorView'
#For Side Menu
pod 'SlideMenuControllerSwift'
#Network
pod 'Alamofire'
#Bar Button View
#pod 'XLPagerTabStrip', '~> 8.0'
pod 'XLPagerTabStrip', '~> 8.1'
# Star control
##pod 'Cosmos'
#TextField Effects
pod "TextFieldEffects"
# DropDown Menu
pod 'DropDown'
#Device Identification
pod 'DeviceKit'
#For Search Places
pod 'GooglePlaces' , '~>3.0.0'
pod 'GooglePlacePicker' ,'~>3.0.0'
pod 'GoogleMaps','~>3.0.1'
#Image Cache
pod 'SDWebImage'
#For Image Sliding
pod 'ImageSlideshow'
pod "ImageSlideshow/Alamofire"
#Rich Text Editor
#pod "RichEditorView"
#Gallery Image Picker
pod 'OpalImagePicker'
#ProgressBar
pod 'RangeSeekSlider'
#Textfield Shake
pod 'UITextField+Shake'
#Push Notification
pod 'NotificationBannerSwift'
#Show Action Sheet
pod 'ActionSheetPicker-3.0'
#Picker Library
# pod 'TCPickerView'
#Message Kit
# pod 'MessageKit'
# pod 'MessageInputBar'
#pod 'JSQMessagesViewController', '7.3.3'
pod 'SwiftCheckboxDialog'
pod 'JGProgressHUD'
end