-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWHNetWork.podspec
More file actions
25 lines (20 loc) · 910 Bytes
/
WHNetWork.podspec
File metadata and controls
25 lines (20 loc) · 910 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
Pod::Spec.new do |spec|
spec.name = "WHNetWork"
spec.version = "0.0.1"
spec.summary = "Basic WHNetWork"
spec.description = <<-DESC
This is a basic component library
DESC
spec.homepage = "https://github.com/developeng/WHNetWork"
spec.license = "MIT"
# spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
spec.author = { "developeng" => "developeng@163.com" }
spec.swift_version = '5.4', '5.0'
spec.platform = :ios, "11.0"
spec.source = { :git => "https://github.com/developeng/WHNetWork.git", :tag => "#{spec.version}" }
spec.source_files = "WHNetWork/Network/*"
spec.dependency "Alamofire", "~> 5.2.0"
spec.dependency "Moya", "~> 14.0.0"
spec.dependency "HandyJSON", "5.0.1"
spec.dependency "WHBaseControl", :git => "https://github.com/developeng/WHBaseControl.git"
end