2 "name": "LYRCountDownLatch",
4 "summary": "A Grand Central Dispatch based implementation of the CountDownLatch class from Java",
5 "description": " A countdown latch is a synchronization aid that allows one or more threads to wait until a set\n of operations being performed in other threads completes. The implementation is inspired by the\n CountDownLatch class from the Java standard library.\n",
6 "homepage": "http://github.com/layerhq/LYRCountDownLatch",
7 "license": "Apache License, Version 2.0",
9 "Blake Watters": "blake@layer.com"
16 "git": "https://github.com/layerhq/LYRCountDownLatch.git",
19 "source_files": "Code",
20 "public_header_files": "Code/*.h",