-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
executable file
·31 lines (28 loc) · 882 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
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'multiSelect(Organization)Demo' do
#pod 'Moya', '~> 10.0.0'
#pod 'Moya/RxSwift', '~> 10.0.0'
#pod 'RxSwift', '~> 4.0.0'
#pod 'RxCocoa', '~> 4.0.0'
#pod 'Kingfisher', '~> 3.10.4'
#pod 'RxDataSources', '~> 2.0.2'
pod 'ObjectMapper', '~> 3.1.0'
#pod 'MBProgressHUD'
#pod 'IQKeyboardManagerSwift', '~> 4.0.11'
pod 'SnapKit', '~> 4.0.0'
#pod 'EZSwiftExtensions', '~> 1.11'
#pod 'SwiftPullToRefresh', '~> 1.1.0'
#pod 'ESTabBarController-swift', '~> 2.5'
#pod 'PKHUD', '~> 4.0'
#pod 'UMengAnalytics-NO-IDFA'
#pod 'UMengUShare/UI'
#pod 'UMengUShare/Social/ReducedWeChat'
#pod ‘UMengUShare/Social/WeChat'
#pod 'Charts', '~> 3.0.2'
#pod 'JPush', '3.0.2'
#pod 'QRCodeReader.swift', '~> 7.5.1'
#pod 'SKPhotoBrowser', '~> 4.0.0'
end