[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / 9 / ConcurrentCollectionOperations / 0.0.3 / ConcurrentCollectionOperations.podspec.json
blobf60f182b60451897a3020c1e800f6564cd895406
2   "name": "ConcurrentCollectionOperations",
3   "version": "0.0.3",
4   "summary": "Concurrent map and filter on NSArray, NSDictionary, NSSet using GCD.",
5   "description": "    This is a set of categories for performing concurrent map and filter\n    operations on Foundation data structures, currently NSArray, NSDictionary,\n    NSSet.\n\n    Concurrency is achieved using Grand Central Dispatch's (GCD) dispatch_apply.\n    By default, operations are run on the default priority global concurrent\n    queue. The operations can be performed on any concurrent queue. This library\n    provides similar functionality to `pmap` as found in other languages.\n",
6   "homepage": "https://github.com/kastiglione/ConcurrentCollectionOperations",
7   "license": "MIT",
8   "authors": {
9     "Dave Lee": "dave@kastiglione.com",
10     "Eloy DurĂ¡n": "eloy.de.enige@gmail.com",
11     "Mateus Armando": "seanlilmateus@yahoo.de"
12   },
13   "source": {
14     "git": "https://github.com/kastiglione/ConcurrentCollectionOperations.git",
15     "tag": "v0.0.3"
16   },
17   "source_files": "ConcurrentCollectionOperations",
18   "requires_arc": true