Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1007 Bytes

File metadata and controls

47 lines (29 loc) · 1007 Bytes

ExecutionQueue

A light weight queueing library for serial execution with retry

Platforms iOS Ratting license

Managing all http request with automated model parser calls in app with closure

Requirements

  • iOS 10.0+
  • Swift 4.1+
  • Xcode 9.2+

Installation

CocoaPods

Task is available through CocoaPods. To install it, simply add the following line to your Podfile:

use_frameworks!

pod "ExecutionQueue"

or

use_frameworks!

pod 'ExecutionQueue', git: 'https://github.com/Albinzr/ExecutionQueue', :tag => '1.0.4'

Carthage

To integrate Task into your Xcode project using Carthage, specify it in your Cartfile:

github "Albinzr/ExecutionQueue"

PR/request/suggestions are always welcome