Skip to content

Commit

Permalink
ADD: bump version to 2.0.0, release YTKNetwork 2.0
Browse files Browse the repository at this point in the history
Change-Id: If7189fac1775be7b172c9d484fa04b7572fdfe19
  • Loading branch information
maojj committed Sep 6, 2016
1 parent e72568f commit a64aa2d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions YTKNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Pod::Spec.new do |s|

s.name = "YTKNetwork"
s.version = "1.3.0"
s.version = "2.0.0"
s.summary = "YTKNetwork is a high level request util based on AFNetworking."
s.homepage = "https://github.com/yuantiku/YTKNetwork"
s.license = "MIT"
s.author = {
"tangqiao" => "tangqiao@fenbi.com",
"lancy" => "lancy@fenbi.com",
"maojj" => "maojj@fenbi.com"
s.author = {
"tangqiao" => "tangqiao@fenbi.com",
"lancy" => "lancy@fenbi.com",
"maojj" => "maojj@fenbi.com",
"liujl" => "liujl@fenbi.com"
}
s.source = { :git => "https://github.com/yuantiku/YTKNetwork.git", :tag => s.version.to_s }
s.source_files = "YTKNetwork/*.{h,m}"
Expand Down

0 comments on commit a64aa2d

Please sign in to comment.