| { | |
| "name": "OTMRWLock", | |
| "version": "0.0.1", | |
| "license": "MIT", | |
| "source": { | |
| "git": "https://github.com/otium/OTMRWLock.git", | |
| "tag": "0.0.1" | |
| }, | |
| "homepage": "https://github.com/otium/OTMRWLock", | |
| "authors": { | |
| "Otium": "otium.dev@gmail.com" | |
| }, | |
| "summary": "Objective-C wrapper around pthread's read-write lock", | |
| "requires_arc": true, | |
| "source_files": "OTMRWLock.{h,m}" | |
| } |