-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJYFNetworking.podspec
More file actions
37 lines (26 loc) · 1.04 KB
/
Copy pathJYFNetworking.podspec
File metadata and controls
37 lines (26 loc) · 1.04 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
Pod::Spec.new do |s|
s.name = "ESNetworking"
s.version = "0.0.24"
s.summary = "Have no summary ESNetworking."
s.description = <<-DESC
A Main Foundation Component for Other Kit
DESC
s.homepage = "https://gitlab-dev.shejijia.com/mobile-sjj-plt/component-ESNetworking.git"
s.license = "MIT"
s.author = { "jiangyunfeng" => "554994782@qq.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://gitlab-dev.shejijia.com/mobile-sjj-plt/component-ESNetworking.git", :branch => "change_swift" }
s.source_files = "ESNetworking"
s.subspec "API" do |ss|
ss.source_files = "ESNetworking/API/*.{h,swift,c,m}"
end
s.subspec "Common" do |ss|
ss.source_files = "ESNetworking/Config/*.{h,swift,c,m}"
end
s.public_header_files = "ESNetworking/**/*.h"
#s.resource_bundles = { 'ESBasic' => ['ESNetworking/**/*.{storyboard,xib,xcassets,json,imageset,png}'] }
s.dependency 'ESBasic'
s.dependency 'Gloss'
s.dependency 'Moya/RxSwift'
s.dependency 'RealmSwift'
end