blob: cc074b2b27ae9ccb76be2c1121da7febb7f0ffee [file] [log] [blame]
{
"name": "SwiftSynchronized",
"version": "1.0.1",
"summary": "Objective-C's @synchronized for Swift, plus performAndWait for NSLock and NSRecursiveLock",
"description": "@synchronized for Swift, using calls to the Objective-C runtime and providing nearly identical syntax. Also provides performAndWait extension for NSLock and NSRecursiveLock.",
"homepage": "https://github.com/jedlewison/SwiftSynchronized",
"license": "MIT",
"authors": {
"Jed Lewison": "jed@.....magic....app....factory.com"
},
"source": {
"git": "https://github.com/jedlewison/SwiftSynchronized.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "SwiftSynchronized.{swift,h}"
}