-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
34 lines (27 loc) · 891 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
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
# ignore all warnings from all pods
inhibit_all_warnings!
# ignore warnings from a specific pod
# pod 'FBSDKCoreKit', :inhibit_warnings => true
target 'SKS_Collection' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for SKS_Collection
pod 'SDWebImage'
pod 'MBProgressHUD'
pod 'FMDB'
#pod 'FMDB/SQLCipher' #if use SQLCipher
pod 'AFNetworking'
#pod 'Aspects' # 切片编程
pod 'Masonry'
pod 'pop'
pod 'Shimmer' # 文字辉光效果
pod 'MJExtension'
pod 'FLAnimatedImage' # gif 图片
pod 'XHLaunchAd' # 启动页广告(闪屏)
pod 'SAMKeychain'
pod 'SDCycleScrollView' #图片轮播器
pod 'DZNEmptyDataSet'
pod 'SnapKit', '~> 4.0.0'
end