-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: bump version to 2.0.0, release YTKNetwork 2.0
Change-Id: If7189fac1775be7b172c9d484fa04b7572fdfe19
- Loading branch information
maojj
committed
Sep 6, 2016
1 parent
e72568f
commit 048bb3a
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]", | ||
"lancy" => "[email protected]", | ||
"maojj" => "[email protected]" | ||
"maojj" => "[email protected]", | ||
"liujl" => "[email protected]" | ||
} | ||
s.source = { :git => "https://github.com/yuantiku/YTKNetwork.git", :tag => s.version.to_s } | ||
s.source_files = "YTKNetwork/*.{h,m}" | ||
|