2 "name": "BLFixedThreadOperations",
4 "summary": "A wrapper around NSThread to mimic NSOperationQueues, but make them work with a single thread.",
5 "description": "A wrapper around NSThread to mimic NSOperationQueues, but make them work with a single thread.\nThe main purpose of this library is to create a familiar interface (based on NSOperations) to handle NSThreads. This is particularly handy when dealing with other non-thread-safe libraries that cannot be handled by dispatch queues or NSOperationQueues.",
6 "homepage": "https://github.com/BellAppLab/BLFixedThreadOperations",
9 "Bell App Lab": "apps@bellapplab.com"
12 "git": "https://github.com/BellAppLab/BLFixedThreadOperations.git",
15 "social_media_url": "https://twitter.com/BellAppLab",
21 "source_files": "Pod/Classes/**/*",
22 "frameworks": "Foundation",