- An solution for multiple thread with dispatch queue and group.
- Download
MDOperations
and try run example app
- 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
- Requires ARC
- Demo FYI
- 2018.5.11 Add README and adjust project class name.
MDOperations
is released under the MIT license. See LICENSE for details.