blob: 0a31568b6a3771062f7b10208c735a324b8d2496 [file] [log] [blame]
{
"name": "ReadWriteLock",
"version": "1.0.0",
"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.0"
},
"source_files": "ReadWriteLock/**/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}