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