2 "name": "ReadersWriterLock",
4 "summary": "A Swift implementation of the readers-writer lock.",
5 "description": "A readers-writer lock is a shared-exclusive lock. It allows for concurrent read locks, but require exclusive access to write locks.",
6 "homepage": "https://github.com/pcoltau/ReadersWriterLock",
12 "pcoltau@gmail.com": "pelle@tlt.local"
15 "git": "https://github.com/pcoltau/ReadersWriterLock.git",
21 "source_files": "ReadersWriterLock/Classes/**/*",
22 "pushed_with_swift_version": "4.0"