Skip to content

Commit d4dc10c

Browse files
committedSep 26, 2015
Update README.md and pod spec.
1 parent 2d62753 commit d4dc10c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# STNetTaskQueue
1+
# STNetTaskQueue ![CI Status](https://img.shields.io/travis/kevin0571/STNetTaskQueue.svg?style=flat) ![Version](http://img.shields.io/cocoapods/v/STNetTaskQueue.svg?style=flag) ![License](https://img.shields.io/cocoapods/l/STNetTaskQueue.svg?style=flag)
22
STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols.
33

44
STNetTaskQueue avoid you from directly dealing with "url", "request packing" and "response parsing". All networking tasks are described and processed by subclassing STNetTask, which provides you a clean code style in UI layer when handling networking.

‎STNetTaskQueue.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "STNetTaskQueue"
3-
s.version = "0.0.8"
3+
s.version = "0.0.9"
44
s.summary = "STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)
Please sign in to comment.