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