[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / c / 8 / 1 / ReadersWriterLock / 1.0.2 / ReadersWriterLock.podspec.json
blob955aaba12db65433fa987d1b1e5a5b9b56d047a5
2   "name": "ReadersWriterLock",
3   "version": "1.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pcoltau@gmail.com": "pelle@tlt.local"
13   },
14   "source": {
15     "git": "https://github.com/pcoltau/ReadersWriterLock.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "ReadersWriterLock/Classes/**/*",
22   "pushed_with_swift_version": "4.0"