-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
48 lines (41 loc) · 938 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
38
39
40
41
42
43
44
45
46
47
platform :ios,’9.0’
use_frameworks!
inhibit_all_warnings!
target :’Wisnuc-iOS-Swift’ do
pod 'Alamofire'
pod 'SnapKit'
pod 'MaterialComponents'
pod 'CatalogByConvention'
pod 'RealReachability'
pod 'WechatOpenSDK'
pod 'YYKit'
pod 'BEMCheckBox'
pod 'Kingfisher'
pod 'SDWebImage'
pod 'Material'
pod 'SugarRecord/CoreData'
pod 'MagicalRecord'
pod 'HandyJSON', '~> 4.2.0'
pod 'DZNEmptyDataSet'
pod 'MDRadialProgress'
pod 'MJRefresh'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'Masonry'
#pod 'MLeaksFinder'
#pod 'FBRetainCycleDetector'
pod 'SVProgressHUD'
pod 'IQKeyboardManagerSwift'
#pod 'AFNetworking'
#pod 'FBMemoryProfiler'
#pod 'HaishinKit'
pod 'SAMKeychain'
pod 'zxcvbn-ios'
pod 'ZFPlayer/AVPlayer'
pod 'ZFPlayer/ControlView'
end
# RxTests 和 RxBlocking 将在单元/集成测试中起到重要作用
target 'Wisnuc-iOS-SwiftTests' do
pod 'RxBlocking', '~> 4.0'
pod 'RxTest', '~> 4.0'
end