blob: f60f182b60451897a3020c1e800f6564cd895406 [file] [log] [blame]
{
"name": "ConcurrentCollectionOperations",
"version": "0.0.3",
"summary": "Concurrent map and filter on NSArray, NSDictionary, NSSet using GCD.",
"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",
"homepage": "https://github.com/kastiglione/ConcurrentCollectionOperations",
"license": "MIT",
"authors": {
"Dave Lee": "dave@kastiglione.com",
"Eloy DurĂ¡n": "eloy.de.enige@gmail.com",
"Mateus Armando": "seanlilmateus@yahoo.de"
},
"source": {
"git": "https://github.com/kastiglione/ConcurrentCollectionOperations.git",
"tag": "v0.0.3"
},
"source_files": "ConcurrentCollectionOperations",
"requires_arc": true
}