Skip to content

Commit 048bb3a

Browse files
author
maojj
committed
ADD: bump version to 2.0.0, release YTKNetwork 2.0
Change-Id: If7189fac1775be7b172c9d484fa04b7572fdfe19
1 parent e72568f commit 048bb3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

YTKNetwork.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "YTKNetwork"
4-
s.version = "1.3.0"
4+
s.version = "2.0.0"
55
s.summary = "YTKNetwork is a high level request util based on AFNetworking."
66
s.homepage = "https://github.com/yuantiku/YTKNetwork"
77
s.license = "MIT"
88
s.author = {
99
"tangqiao" => "tangqiao@fenbi.com",
1010
"lancy" => "lancy@fenbi.com",
11-
"maojj" => "maojj@fenbi.com"
11+
"maojj" => "maojj@fenbi.com",
12+
"liujl" => "liujl@fenbi.com"
1213
}
1314
s.source = { :git => "https://github.com/yuantiku/YTKNetwork.git", :tag => s.version.to_s }
1415
s.source_files = "YTKNetwork/*.{h,m}"

0 commit comments

Comments
 (0)