forked from superk589/DereGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
34 lines (34 loc) · 798 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
platform :ios, '9.0'
use_frameworks!
target 'DereGuide' do
pod 'SDWebImage'
pod 'SwiftyJSON'
pod 'ReachabilitySwift'
pod 'FMDB'
pod 'lz4'
# pod 'ASValueTrackingSlider'
pod 'ZKCornerRadiusView'
pod 'ZKDrawerController'
pod 'SnapKit'
# pod 'Firebase/Core'
# pod 'Firebase/AdMob'
pod 'TTGTagCollectionView'
pod 'Charts'
pod 'EasyTipView', :git => 'https://github.com/igorkislyuk/EasyTipView.git'
pod 'DynamicColor'
# pod 'CryptoSwift'
# pod 'SwiftTryCatch'
pod 'ImageViewer'
pod 'ZKPageViewController'
pod 'MJRefresh'
pod 'RijndaelSwift'
pod 'MessagePack.swift', :git => 'https://github.com/superk589/MessagePack.swift.git'
# pod 'Alamofire'
end
target 'NotificationContent' do
pod 'SDWebImage'
pod 'SnapKit'
end
target 'DereGuideTests' do
pod 'FMDB'
end