-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPodfile
52 lines (45 loc) · 1.3 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
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'TestDemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
inhibit_all_warnings!
source 'https://cdn.cocoapods.org'
pod 'ReactiveObjC','~>3.1.1'
pod 'AFNetworking'
pod 'SDWebImage'
pod 'SDCycleScrollView'
pod 'MJRefresh'
pod 'Masonry'
pod 'IQKeyboardManager'
pod 'TZImagePickerController'
pod 'YBImageBrowser'
pod 'YBImageBrowser/Video'
pod 'KMNavigationBarTransition' #导航栏切换顺畅转场
pod 'Aspects'
pod 'YYText'
pod 'YYModel'
pod 'MBProgressHUD'
pod 'YSQRCodeGenerator' #花式二维码
pod 'YogaKit','~> 1.7'#FlexBox布局
#标签栏组件
pod 'JXCategoryView'
pod 'JXPagingView/Pager'
#AOP切面编程
pod 'IMYAOPTableView'
#扫描二维码
pod 'LBXScan/LBXZXing','~> 2.3'
pod 'LBXScan/UI','~> 2.3'
#列表解藕方案
pod 'IGListKit', '~> 4.0.0'
pod 'WGBCustomPopUpView','~>1.0.1'
pod 'WGBCommonAlertSheetView'
pod 'WGBEasyMarqueeView'
pod 'WGBWaveLayerButton'
pod 'WGBRepairedOrientationLabel'
pod 'WGBSelectPhotoView'
pod 'WGBCocoaKit'
pod 'LookinServer', :configurations => ['Debug']
pod 'FLEX', :configurations => ['Debug']
#pod 'MLeaksFinder', :configurations => ['Debug']
end