[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / 0 / LYRCountDownLatch / 0.9.0 / LYRCountDownLatch.podspec.json
blob090427ddf058ab88a838acdd46ed93fb42ff0bf4
2   "name": "LYRCountDownLatch",
3   "version": "0.9.0",
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",
8   "authors": {
9     "Blake Watters": "blake@layer.com"
10   },
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/layerhq/LYRCountDownLatch.git",
17     "tag": "v0.9.0"
18   },
19   "source_files": "Code",
20   "public_header_files": "Code/*.h",
21   "requires_arc": true