-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
43 lines (34 loc) · 1.44 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
platform :ios,"8.0"
target "niudanios" do
pod 'AFNetworking', '~> 3.1.0'
pod 'Masonry', '~> 1.1.0'
pod 'MJRefresh', '~> 3.1.15.1'
pod 'MJExtension', '~> 3.0.13'
pod 'SDWebImage', '~> 4.2.2'
pod 'SVProgressHUD', '~> 2.2.2'
pod 'IQKeyboardManager', '~> 5.0.6'
pod 'SAMKeychain', '~> 1.5.2'# 账号密码的存取
pod 'SDCycleScrollView', '~> 1.75' #轮播器
#pod 'SSZipArchive','~> 2.1.2'# 压缩
#pod 'TOCropViewController', '~> 2.0.12'#图片裁剪
#pod 'LLSimpleCamera', '~> 5.0.0' #自定义相机
pod 'DZNEmptyDataSet', '~> 1.8.1' #无数据背景设置
#pod 'ZFPlayer', '~> 2.1.5' #播放器
#pod 'TZImagePickerController' #图片预览
#pod 'CocoaSecurity', '~> 1.2.4'
pod 'UITableView+FDTemplateLayoutCell', '~> 1.6'
# 主模块(必须)
pod 'mob_sharesdk' #MOBFoundation (3.0.6) mob_sharesdk (4.0.4)
# UI模块(非必须,需要用到ShareSDK提供的分享菜单栏和分享编辑页面需要以下1行)
pod 'mob_sharesdk/ShareSDKUI'
# 平台SDK模块(对照一下平台,需要的加上。如果只需要QQ、微信、新浪微博,只需要以下3行)
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChatFull'
pod 'JPush', '~> 3.0.7'
# 使用配置文件分享模块(非必需)
#pod 'mob_sharesdk/ShareSDKConfigFile'
# 扩展模块(在调用可以弹出我们UI分享方法的时候是必需的)
pod 'mob_sharesdk/ShareSDKExtension'
#pod 'WechatOpenSDK'
end