blob: 955aaba12db65433fa987d1b1e5a5b9b56d047a5 [file] [log] [blame]
{
"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"
}