-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
38 lines (33 loc) · 909 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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘9.0’
target 'ZWTakeYouFly' do
use_frameworks!
#创建定制的tabbar
pod 'CYLTabBarController', '1.13.1'
#快速创建个人中心
pod 'HSSetTableViewController' , '1.1.9'
pod 'IQKeyboardManager' ,'4.0.10'
pod 'Masonry'
# pod 'ReactiveObjC'
# pod 'SDAutoLayout', '2.1.8'
# pod 'AFNetworking', '3.0.4'
pod 'SDWebImage', '3.7.3'
pod 'MJExtension', '3.0.13'
pod 'MJRefresh', '3.0.6'
pod 'RTRootNavigationController', '~> 0.5.26'
pod 'SDCycleScrollView'
#无数据展位图
pod 'LYEmptyView'
#网络请求
pod 'PPNetworkHelper'
#启动广告
pod 'XHLaunchAd'
#集登录,分享,微信支付和支付宝支付与一体 iOS 9+
pod 'ZTVendorManager'
#检测奔溃
pod 'Bugly'
#添加照片所需要的
pod 'TZImagePickerController'
pod 'MWPhotoBrowser'
pod 'ACAlertController'
end