blob: 707021ecbd6be9e68a0e8b6ea0ade988eccc1dd7 [file] [log] [blame]
{
"name": "ReadWriteLock",
"version": "1.0.2",
"summary": "A Swifty Read-Write lock",
"description": "A lightweight framework of a safe an easy implementation of a read-write lock for iOS, macOS, tvOS, and watchOS.",
"homepage": "https://github.com/SomeRandomiOSDev/ReadWriteLock",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/ReadWriteLock.git",
"tag": "1.0.2"
},
"source_files": "ReadWriteLock/**/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}