-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
31 lines (27 loc) · 772 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
source '[email protected]:hustlzp/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'AccountSystem' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for AccountSystem
pod 'AVOSCloud', '11.6.4.103'
pod 'SnapKit'
pod 'MBProgressHUD'
pod 'PromiseKit'
pod 'UMCCommon'
pod 'SDWebImage'
pod 'UMCSecurityPlugins'
pod 'UMCAnalytics'
pod 'UMCCommonLog'
pod 'UMCShare/Social/ReducedWeChat'
pod 'UMCShare/Social/ReducedQQ'
pod 'UMCShare/Social/ReducedSina'
pod 'UMCShare/Social/Facebook'
pod 'UMCShare/Social/Twitter'
pod 'RxSwift'
pod 'RxCocoa'
pod 'Localize-Swift'
pod 'ionicons'
end