-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
49 lines (37 loc) · 1 KB
/
Podfile
File metadata and controls
49 lines (37 loc) · 1 KB
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
# Uncomment the next line to define a global platform for your project
workspace 'NotesStudy.xcworkspace'
project 'iOSNoteStudy/iOSNoteStudy.xcodeproj'
target 'iOSNoteStudy' do
platform :ios, '10.0'
project 'iOSNoteStudy/iOSNoteStudy.xcodeproj'
pod 'Masonry'
pod 'FMDB'
pod 'FHHFPSIndicator'
pod 'MJRefresh'
pod 'SDWebImage'
pod 'AFNetworking'
pod 'PPNetworkHelper'
pod 'YYModel'
pod 'YYText'
pod 'MBProgressHUD'
pod 'UITextView+Placeholder'
pod 'VTMagic'
pod 'ZipArchive', '~> 1.4.0'
pod 'GPUImage', '~> 0.1.7'
pod 'AlipaySDK-iOS'
end
target 'SwiftNoteStudy' do
platform :ios, '10.0'
project 'SwiftNoteStudy/SwiftNoteStudy.xcodeproj'
pod 'FHHFPSIndicator'
pod 'RxCocoa'
pod 'SnapKit'
pod 'RxSwift'
pod 'Then'
pod 'Kingfisher'
pod 'MBProgressHUD'
pod 'EZSwiftExtensions'
pod 'Moya/RxSwift'
pod 'HandyJSON', :git => 'https://github.com/alibaba/HandyJSON.git', :branch => 'dev_for_swift5.0'
# pod 'SQLite.swift', '~> 0.11.5'
end