Latest | 0.9.0 |
---|---|
Homepage | http://github.com/layerhq/LYRCountDownLatch |
License | Apache License, Version 2.0 |
Platforms | ios 6.0, osx 10.8, requires ARC |
Authors |
no README.md available
Latest podspec
{ "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 setn of operations being performed in other threads completes. The implementation is inspired by then CountDownLatch class from the Java standard library.n", "homepage": "http://github.com/layerhq/LYRCountDownLatch", "license": "Apache License, Version 2.0", "authors": { "Blake Watters": "[email protected]" }, "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 }
Fri, 04 Mar 2016 17:18:03 +0000