- The object with dispatch queue.
- Download
MDQueueObject
and try run example app
- 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
- Requires ARC
- Demo FYI
- 2017.12.27 Add README and adjust project class name.
MDQueueObject
is released under the MIT license. See LICENSE for details.