2 "name": "ConcurrentCollectionOperations",
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",
9 "Dave Lee": "dave@kastiglione.com",
10 "Eloy DurĂ¡n": "eloy.de.enige@gmail.com",
11 "Mateus Armando": "seanlilmateus@yahoo.de"
14 "git": "https://github.com/kastiglione/ConcurrentCollectionOperations.git",
17 "source_files": "ConcurrentCollectionOperations",