-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
51 lines (41 loc) · 1.32 KB
/
Copy pathPodfile
File metadata and controls
51 lines (41 loc) · 1.32 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
46
47
48
49
50
51
source 'https://git.ms.netease.com/neteaselottery/ldcpspecs.git'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://git.ms.netease.com/commonlibraryios/podspec.git'
source 'https://git.ms.netease.com/PettyLoan/ldplspecs.git'
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
#LD基础库
pod 'LDKit', '~> 0.2.5'
pod 'LDRoutes', '0.0.1'
pod 'LDPopupController', '~> 0.1.5'
#pod 'LDKWUserCenter', '~> 0.1.1'
pod 'LDKWUserCenter', :git=>'https://git.ms.netease.com/PettyLoan/LDKWUserCenter.git',:branch=>'master'
pod 'LDKWNetworking', '~> 0.1.0'
pod 'LDKWWebViewController', '~> 0.1.1'
#第三方库
pod 'Masonry', '~> 1.1.0'
pod 'YYModel', '~> 1.0.4'
pod 'SDWebImage', '~> 4.1.0'
pod 'Reachability', '~> 3.2'
pod 'SVProgressHUD', '~> 2.2'
pod 'MJRefresh', '~> 3.1.12'
pod 'MKAdditions', '~> 0.1.4'
pod 'TTTAttributedLabel', '1.13.4'
pod 'KMNavigationBarTransition', '~> 1.1.1'
#数据收集&分析
pod 'Fabric'
pod 'Crashlytics'
pod 'LDEventCollection', '~> 0.3.2'
target 'Clover' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Clover
target 'CloverTests' do
inherit! :search_paths
# Pods for testing
end
target 'CloverUITests' do
inherit! :search_paths
# Pods for testing
end
end