-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPodfile
More file actions
26 lines (23 loc) · 775 Bytes
/
Podfile
File metadata and controls
26 lines (23 loc) · 775 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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
target 'viossvc' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for viossvc
use_frameworks! # Add this if you are targeting iOS 8+ or using Swift
pod 'Alamofire', '~> 3.4.2'
pod 'CocoaAsyncSocket', '~> 7.5.0'
pod 'SVProgressHUD', '~> 2.0.3'
pod 'XCGLogger', '~> 3.5.1'
pod 'Kingfisher', '~> 2.5.0'
pod 'Qiniu', '~> 7.1'
pod 'SnapKit', '~> 0.22.0'
pod 'FMDB', '~> 2.6.2'
pod 'GTSDK', '~> 1.4.3'
pod 'Fabric'
pod 'Crashlytics'
pod 'UMengAnalytics-NO-IDFA'
pod 'AMapSearch'
pod 'AMap2DMap', '~> 4.2.0'
pod 'MJRefresh', '~> 3.1.12'
end