You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STNetTaskQueue.podspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="STNetTaskQueue"
3
3
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."
5
5
6
6
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.
0 commit comments