-
Notifications
You must be signed in to change notification settings - Fork 0
/
podfile
executable file
·44 lines (41 loc) · 1.16 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
platform :ios, '8.0'
target "TO-DO" do
pod 'AMap2DMap', '~> 4.3.0'
pod 'AMapSearch', '~> 4.3.0'
pod 'AMapLocation', '~> 2.1.0'
pod 'AVOSCloud', '~> 3.2.9'
pod 'ACEExpandableTextCell', '~> 1.0.4'
pod 'MXPagerView', '= 0.1.3'
pod 'FSCalendar', :git => "https://github.com/Seanwong933/FSCalendar.git"
pod 'HMSegmentedControl', :git => 'https://github.com/Seanwong933/HMSegmentedControl'
pod 'MXSegmentedPager', :git => 'https://github.com/Seanwong933/MXSegmentedPager'
pod 'SDAutoLayout'
pod 'MBProgressHUD'
pod 'TPKeyboardAvoiding'
pod 'Masonry'
pod 'JSONModel'
pod 'Qiniu'
pod 'GTMBase64'
pod 'SDWebImage'
pod "RTRootNavigationController"
pod 'AutoLinearLayoutView'
pod 'JVFloatingDrawer'
pod 'MGSwipeTableCell'
pod 'ZFDragableModalTransition'
pod 'MagicalRecord'
pod 'CocoaLumberjack'
pod 'DGActivityIndicatorView'
pod 'AFNetworking-Synchronous'
pod 'RealReachability'
pod 'IGLDropDownMenu'
pod 'NetworkEye'
pod 'LCActionSheet'
pod 'FDFullscreenPopGesture'
pod 'MJExtension'
pod 'JMRoundedCorner'
pod 'BEMCheckBox'
pod 'EMString'
pod 'TOWebViewController'
pod 'TZImagePickerController'
pod 'IDMPhotoBrowser'
end