Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.6 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.6 KB

MDQueueObject

Introduction

  • The object with dispatch queue.

How To Get Started

  • Download MDQueueObject and try run example app

Installation

  • Installation with CocoaPods
source 'https://github.com/Modool/cocoapods-specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'MDQueueObject', '~> 1.0.0'
end

  • Installation with Carthage
github "Modool/MDQueueObject" ~> 1.0.0
  • Manual Import
drag “MDQueueObject” directory into your project

Requirements

  • Requires ARC

Usage

  • Demo FYI

Update History

  • 2017.12.27 Add README and adjust project class name.

License

MDQueueObject is released under the MIT license. See LICENSE for details.

Communication