Skip to content

Commit c6bd99f

Browse files
committed
Update podspec.
1 parent 3f4e5c5 commit c6bd99f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

STNetTaskQueue.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "STNetTaskQueue"
33
s.version = "0.0.2"
4-
s.summary = "Queue for managing network requests"
4+
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
7-
STNetTaskQueue may be your choice if you want to handle each network request stuff in separated STNetTask instead of having all the network requests logics in a "Manager" class
7+
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.
88
DESC
99

1010
s.homepage = "https://github.com/kevin0571/STNetTaskQueue"

0 commit comments

Comments
 (0)