We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72568f commit 048bb3aCopy full SHA for 048bb3a
YTKNetwork.podspec
@@ -1,14 +1,15 @@
1
Pod::Spec.new do |s|
2
3
s.name = "YTKNetwork"
4
- s.version = "1.3.0"
+ s.version = "2.0.0"
5
s.summary = "YTKNetwork is a high level request util based on AFNetworking."
6
s.homepage = "https://github.com/yuantiku/YTKNetwork"
7
s.license = "MIT"
8
s.author = {
9
"tangqiao" => "tangqiao@fenbi.com",
10
"lancy" => "lancy@fenbi.com",
11
- "maojj" => "maojj@fenbi.com"
+ "maojj" => "maojj@fenbi.com",
12
+ "liujl" => "liujl@fenbi.com"
13
}
14
s.source = { :git => "https://github.com/yuantiku/YTKNetwork.git", :tag => s.version.to_s }
15
s.source_files = "YTKNetwork/*.{h,m}"
0 commit comments