-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathPodfile
More file actions
33 lines (30 loc) · 720 Bytes
/
Podfile
File metadata and controls
33 lines (30 loc) · 720 Bytes
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
platform :ios,'9.0'
target ‘ABigFishTV’ do
pod 'ReactiveCocoa','2.5'
#pod 'AFNetworking', '2.5.4'
pod 'Masonry'
pod 'MBProgressHUD','~> 0.9'
pod 'MJExtension'
pod 'SDWebImage','~> 3.7.3'
pod 'MyLayout', '1.4.2'
pod 'MXParallaxHeader'
pod 'JHUD'
pod 'MJRefresh','3.1.9'
pod 'SGQRCode'
pod 'TZImagePickerController','2.1.1'
pod 'AGEmojiKeyboard'
pod 'MWPhotoBrowser','2.1.1'
pod 'FDFullscreenPopGesture','1.1'
pod 'ZFDownload'
pod 'SDCycleScrollView'
pod 'XHLaunchAd','3.9.3'
#pod 'FlyImage'
pod 'PPNetworkHelper',:git => 'https://github.com/jkpang/PPNetworkHelper.git'
pod 'YYText'
pod 'UMCCommon'
pod 'UMCSecurityPlugins'
pod 'UMCAnalytics'
pod 'UMCPush'
pod 'UMCErrorCatch'
#DKNightVersion实现夜间模式
end