-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVONetworking.podspec
More file actions
26 lines (23 loc) · 949 Bytes
/
VONetworking.podspec
File metadata and controls
26 lines (23 loc) · 949 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
Pod::Spec.new do |s|
s.name = 'VONetworking'
s.ios.deployment_target = "9.0"
s.version = '1.3.1'
s.license = "Copyright (c) 2018年 Gavin. All rights reserved."
s.homepage = 'https://github.com/feidaoGavin/VONetworking.git'
s.summary = 'VONetworking基于AFNetworking网络库,实现业务自定义'
s.author = 'heguangzhong2009@gmail.com'
s.source = {
:git => 'https://github.com/feidaoGavin/VONetworking.git',
:tag => s.version.to_s
}
s.requires_arc = true
s.source_files = 'VONetworking/VONetworking', 'VONetworking/VONetworking/**/*.{h,m}'
s.dependency 'VOToleranceTool', '0.0.2'
s.dependency 'AFNetworking', '3.1.0'
s.dependency 'VOBaseViewController', '1.0.6'
s.dependency 'MBProgressHUD', '1.1.0'
s.dependency 'VOJSONModel', '0.0.1'
s.dependency 'GTSDK', '2.0.0.0'
s.prefix_header_file = 'VONetworking/VONetworking-Prefix.pch'
s.resources = 'Resources/VONetworking.bundle'
end