[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / c / d / BLFixedThreadOperations / 0.1.2 / BLFixedThreadOperations.podspec.json
blobacd436d20022fbc1cbbbd4f9daa76a0de4259c0a
2   "name": "BLFixedThreadOperations",
3   "version": "0.1.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Bell App Lab": "apps@bellapplab.com"
10   },
11   "source": {
12     "git": "https://github.com/BellAppLab/BLFixedThreadOperations.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "frameworks": "Foundation",
23   "deprecated": true