blob: 090427ddf058ab88a838acdd46ed93fb42ff0bf4 [file] [log] [blame]
{
"name": "LYRCountDownLatch",
"version": "0.9.0",
"summary": "A Grand Central Dispatch based implementation of the CountDownLatch class from Java",
"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",
"homepage": "http://github.com/layerhq/LYRCountDownLatch",
"license": "Apache License, Version 2.0",
"authors": {
"Blake Watters": "blake@layer.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/layerhq/LYRCountDownLatch.git",
"tag": "v0.9.0"
},
"source_files": "Code",
"public_header_files": "Code/*.h",
"requires_arc": true
}