-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPodfile
More file actions
49 lines (47 loc) · 1.43 KB
/
Podfile
File metadata and controls
49 lines (47 loc) · 1.43 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
target 'iOSStar' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'MWPhotoBrowser'
pod 'RealmSwift', '2.6.1'
pod 'Alamofire', '~> 4.2.0'
pod 'SDCycleScrollView','~> 1.64'
pod 'SVProgressHUD', '~> 2.0.3'
pod 'Kingfisher', '~> 3.2.2'
pod 'CocoaAsyncSocket', '~> 7.5.0'
pod 'Fabric'
pod 'Crashlytics'
pod 'SnapKit'
pod 'NIMSDK_LITE', '~> 4.0.0'
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
pod 'SDWebImage', '3.8.2'
pod 'M80AttributedLabel', '~> 1.5.0'
pod 'TZImagePickerController', '~> 1.7.7'
pod 'FMDB', '~> 2.5'
pod 'SSZipArchive', '~> 1.2'
pod 'Reachability', '~> 3.1.1'
pod 'Charts'
pod 'Toast', '~> 3.0'
pod 'CocoaAsyncSocket', '~> 7.5.0'
pod 'MJRefresh', '~> 3.1.12'
pod 'AliPay', '~> 2.1.2'
pod 'UMengUShare/Social/ReducedQQ’
pod 'UMengUShare/Social/ReducedWeChat'
pod 'UMengUShare/UI'
pod 'UMengUShare/Social/ReducedSina'
pod 'GTSDK'
pod 'YYText'
pod 'BarrageRenderer’, ‘2.0.1’
pod 'UMengAnalytics-NO-IDFA'
pod 'Qiniu'
pod 'PLPlayerKit'
pod 'pili-librtmp'
pod 'QNNetDiag'
pod 'PLShortVideoKit'
#pod 'PLPlayerKit'
target 'iOSStarTest' do
inherit! :search_paths
end
end
# Uncomment this line to define a global platform for your project