-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathPodfile
More file actions
36 lines (28 loc) · 934 Bytes
/
Podfile
File metadata and controls
36 lines (28 loc) · 934 Bytes
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
#
platform :ios, '13.7'
source 'https://github.com/CocoaPods/Specs'
target 'tbk' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# 阿里百川 Pods
source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
pod 'AlibcTradeSDK', '4.0.1.6'
pod 'AliAuthSDK', '1.1.0.41-bc'
pod 'mtopSDK', '3.0.0.3-BC'
pod 'securityGuard', '5.4.191'
pod 'AliLinkPartnerSDK', '4.0.0.24'
pod 'BCUserTrack', '5.2.0.18-appkeys'
pod 'UTDID', '1.5.0.91'
pod 'WindVane', '8.5.0.46-bc11'
# for image cache
pod 'Cache'
# for 微信支付 [开源版本移除]
# pod 'WechatOpenSDK'
# https://opendocs.alipay.com/open/204/105295/
# for 支付宝 支付 [开源版本不需要]
# 兼容 SDK 下载:
# https://opendocs.alipay.com/open/54/104509
# pod 'AlipaySDK-iOS'
end