Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.63 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.63 KB

MDOperations

Introduction

  • An solution for multiple thread with dispatch queue and group.

How To Get Started

  • Download MDOperations 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 'MDOperations', '~> 1.0.0'
end

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

Requirements

  • Requires ARC

Usage

  • Demo FYI

Update History

  • 2018.5.11 Add README and adjust project class name.

License

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

Communication