forked from superk589/PrincessGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
29 lines (29 loc) · 736 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
platform :ios, '13.0'
use_frameworks!
inhibit_all_warnings!
source 'https://github.com/CocoaPods/Specs.git'
target 'PrincessGuide' do
pod 'SnapKit'
pod 'FMDB'
pod 'SwiftyJSON'
pod 'DynamicColor'
pod 'Kingfisher'
pod 'KingfisherWebP'
pod 'TTGTagCollectionView'
pod 'AcknowList'
pod 'ReachabilitySwift'
pod 'Alamofire'
pod 'lz4'
pod 'MJRefresh'
pod 'Timepiece'
pod 'Tabman'
pod 'Eureka'
pod 'ImageViewer', :git => 'https://github.com/superk589/ImageViewer.git'
# pod 'SwiftyStoreKit'
pod 'BrotliKit'
pod 'Cache', :git => 'https://github.com/Igor-Palaguta/Cache', :branch => 'Update-MD5'
pod 'DHSmartScreenshot'
pod 'Reusable'
pod 'R.swift'
pod 'MLeaksFinder', :configurations => ['Debug']
end