Hamilton Chapman

3pods

TaskQueue

TaskQueue is a Swift library which allows you to schedule tasks once and then let the queue execute them in a synchronous matter. The great thing about TaskQueue is that you get to decide on which GCD queue each of your tasks should execute beforehand and leave TaskQueue to do switching of queues as it goes.

Even if your tasks are asynchronous like fetching location, downloading files, etc. TaskQueue will wait until they are finished before going on with the next task.

License: MIT

  • Swift

TesseractOCRiOS

Use Tesseract OCR in iOS projects written in either Objective-C or Swift.

License: MIT

  • Objective C