blob: 6f585a654da521dc19c5779fb7c8dd78076e9d82 [file] [log] [blame]
{
"name": "Synchronized",
"version": "1.0.0",
"summary": "Exposes Objective-C's @synchronized directive to Swift",
"description": " A simple way to use Objective-C's `@synchronized`\n directive from Swift.\n\n As with `@synchronized`, Synchronized releases locks when\n Objective-C exceptions are thrown.\n",
"homepage": "https://github.com/ide/Synchronized",
"license": "MIT",
"authors": "James Ide",
"source": {
"git": "https://github.com/ide/Synchronized.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Synchronized/Synchronized.swift",
"Synchronized/ObjCSynchronized.{h,m}"
],
"public_header_files": [
]
}