-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
42 lines (33 loc) · 865 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
33
34
35
36
37
38
39
40
41
42
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'STEP' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for STEP
pod 'IQKeyboardManagerSwift'
pod 'SVProgressHUD'
pod 'LGSideMenuController', '2.1.1'
pod 'FSPagerView', '0.8.2'
pod 'BEMCheckBox'
pod 'SwiftMessages'
pod 'DZNEmptyDataSet'
pod 'Kingfisher', '5.13.2'
pod 'FSCalendar'
pod "TTRangeSlider"
pod 'SwiftyJSON', '5.0.0'
pod 'DropDown'
pod 'YPImagePicker', '4.1.2'
pod 'Cosmos', '22.1.0'
pod 'FSPagerView'
pod 'XLPagerTabStrip', '9.0.0'
pod 'SCLAlertView'
pod 'SkyFloatingLabelTextField' , '3.8.0'
pod 'MBProgressHUD'
target 'STEPTests' do
inherit! :search_paths
# Pods for testing
end
target 'STEPUITests' do
# Pods for testing
end
end