blob: 8e93d6196f016ad2140ba71c39acf120b3f7b06e [file] [log] [blame]
{
"name": "BLFixedThreadOperations",
"version": "0.1.1",
"summary": "A wrapper around NSThread to mimic NSOperationQueues, but make them work with a single thread.",
"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.",
"homepage": "https://github.com/BellAppLab/BLFixedThreadOperations",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/BLFixedThreadOperations.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"deprecated": true
}