forked from Xianlau/SwiftProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
44 lines (34 loc) · 981 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
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
# For CocoaPods 1.8.0 或以上版本,使用cdn来避免clone master,加快pod update的速度。
#source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
target 'SwiftDemo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Kingfisher'
pod 'Alamofire'
pod 'SnapKit'
pod 'SwiftyJSON'
pod 'HandyJSON', '5.0.0-beta'
pod 'Moya'
pod 'BayMaxProtector'
pod 'dsBridge'
# WebRTC
pod 'CocoaAsyncSocket'
pod 'GoogleWebRTC'
# pod 'GoogleWebRTC'
pod "ESPullToRefresh"
# crash 规避
pod 'AvoidCrash', '2.5.2'
# Persistence
pod 'WCDB.swift', '1.0.8.2'
pod 'SwiftyUserDefaults', '4.0.0'
# Rx
pod 'NSObject+Rx', '4.4.1'
pod 'RxCocoa', '~> 4.4.2'
pod 'RxDataSources', '~> 3.1.0'
pod 'Moya/RxSwift', '~> 12.0.1'
#layout
pod 'DeviceKit'
end