-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
52 lines (42 loc) · 1.27 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
target 'WashCarMerchant' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for BuyInterflow
# pod 'SDWebImage'
#pod 'AFNetworking'
pod 'LLNetworkEngine'
pod 'LLRefresh'
pod 'MJExtension'
pod 'SVProgressHUD'
pod 'Masonry'
pod 'BlocksKit', '~>2.2.5'
pod 'Toast', '~> 3.1.0'
# pod 'SZTextView', '1.2.2'
pod 'UITableView+FDTemplateLayoutCell', '1.4'
# pod 'IQKeyboardManager'
# pod 'EXPhotoViewer', '1.1.2'
# pod 'OBShapedButton'
pod 'MJRefresh'
pod 'SDCycleScrollView','~> 1.64'
# pod 'XHLaunchAd'
# U-Share SDK UI模块(分享面板,建议添加)
pod 'UMengUShare/UI'
pod 'WebViewJavascriptBridge', '~> 5.0'
# pod 'SnapKit'
# 集成微信(精简版0.2M)
pod 'UMengUShare/Social/ReducedWeChat'
# 集成微信(完整版14.4M)
# pod 'UMengUShare/Social/WeChat'
# 集成QQ(精简版0.5M)
pod 'UMengUShare/Social/ReducedQQ'
# 集成QQ(完整版7.6M)
# 集成新浪微博(精简版1M)
pod 'UMengUShare/Social/ReducedSina'
# 集成新浪微博(完整版25.3M)
pod 'SnapKit', '~> 3.2.0'
pod 'JPush'
pod 'SwiftyJSON'
pod 'JSBadgeView'
end