-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
executable file
·37 lines (36 loc) · 1021 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
platform :ios, ‘8.0’
target 'Wasee' do
pod 'GLViewPagerViewController', '~> 1.0.1'
pod 'MJRefresh'
pod 'MJExtension'
pod 'AFNetworking', '~> 3.0'
pod 'SDWebImage', '~>3.8'
pod 'SocketRocket'
pod 'HYBMasonryAutoCellHeight', '2.0.1'
pod 'Toast', '~> 3.1.0'
pod 'lottie-ios'
pod 'SSZipArchive'
pod 'TZImagePickerController'
pod "CTVideoPlayerView"
pod 'IQKeyboardManager'
pod 'ReactiveObjC'
pod 'YQLocalStorage'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'FMDB'
# U-Share SDK UI模块(分享面板,建议添加)
pod ‘UMengUShare/UI’
# 集成微信(精简版0.2M)
pod ‘UMengUShare/Social/ReducedWeChat'
# 集成QQ/QZone/TIM(精简版0.5M)
pod ‘UMengUShare/Social/ReducedQQ'
# 集成新浪微博(精简版1M)
pod ‘UMengUShare/Social/ReducedSina'
pod 'ZFPlayer', '~> 3.0.9'
pod 'ZFPlayer/ControlView', '~> 3.0.9'
pod 'ZFPlayer/AVPlayer', '~> 3.0.9'
pod 'KVOController'
pod 'LUNSegmentedControl'
pod "GPUImage"
pod 'PhotoTweaks'
end