-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSGTNetworking.podspec
More file actions
41 lines (19 loc) · 1002 Bytes
/
SGTNetworking.podspec
File metadata and controls
41 lines (19 loc) · 1002 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Pod::Spec.new do |s|
s.name = "SGTNetworking"
s.version = "2.0.4"
s.summary = "This is a private pod sp. provide Network function."
s.description = <<-DESC
This is a private Podspec. Provide network function. Base on AFNetworking and ReactiveCocoa
DESC
s.homepage = "https://github.com/blockdate/SGTNetFramework"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "吴磊" => "w.leo.sagittarius@gmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/blockdate/SGTNetFramework.git", :tag => s.version.to_s }
s.source_files = "Source", "Source/**/*.{h,m}"
s.public_header_files = "Source/SGTNetManager.h", "Source/SGTCacheStrategyCenter.h", "Source/SGTNetConfig.h", "Source/RACAFNetworking/**/*.h", "Source/Category/**/*.h"
s.frameworks = "Foundation", "UIKit"
s.requires_arc = true
s.dependency 'ReactiveObjC'
s.dependency 'AFNetworking'
end