| { |
| "name": "ReadersWriterLock", |
| "version": "1.0.2", |
| "summary": "A Swift implementation of the readers-writer lock.", |
| "description": "A readers-writer lock is a shared-exclusive lock. It allows for concurrent read locks, but require exclusive access to write locks.", |
| "homepage": "https://github.com/pcoltau/ReadersWriterLock", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pcoltau@gmail.com": "pelle@tlt.local" |
| }, |
| "source": { |
| "git": "https://github.com/pcoltau/ReadersWriterLock.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "ReadersWriterLock/Classes/**/*", |
| "pushed_with_swift_version": "4.0" |
| } |