-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBigkeeper
29 lines (22 loc) · 1.08 KB
/
Bigkeeper
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
version '3.1.0'
home 'BigKeeperMain', :git => 'git@github.com:BigKeeper/BigKeeperMain.git', :pulls => 'https://github.com/BigKeeper/BigKeeperMain/pulls'
source 'https://github.com/CocoaPods/Specs.git, master' do
modules do
mod 'BigKeeperUserCenterModule', :git => 'git@github.com:BigKeeper/BigKeeperUserCenterModule.git', :pulls => 'https://github.com/BigKeeper/BigKeeperUserCenterModule/pulls'
mod 'BigKeeperOrderModule', :git => 'git@github.com:BigKeeper/BigKeeperOrderModule.git', :pulls => 'https://github.com/BigKeeper/BigKeeperOrderModule/pulls'
end
end
source 'git@gitlab.alibaba-inc.com:eleme-wireless-ios/eleme-ios-specs.git, alibaba-inc-eleme-ios-specs' do
modules do
mod 'LPDBaseLib', :git => 'git@gitlab.alibaba-inc.com:eleme-lpd-iOS/LPDBaseLib.git', :pulls => 'https://github.com/BigKeeper/BigKeeperSDK/pulls'
end
end
user 'perry' do
mod 'BigKeeperModular', :path => '../BigKeeperModular'
end
user 'tom' do
mod 'BigKeeperModular', :path => '../BigKeeperModular'
end
user 'fengmingshi' do
mod 'LPDBaseLib', :path => '/Users/SFM/workspace/ali-ele/LPDBaseLib'
end