blob: 63c12622cea2064343abcfedc6f5a698283a10cd [file] [log] [blame]
{
"name": "SwiftSynchronized",
"version": "0.0.1",
"summary": "Objective-C's @synchronized ... for Swift",
"description": "@synchronized for Swift, using calls to the Objective-C runtime and providing nearly identical syntax.",
"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": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftSynchronized.swift"
}