blob: d3934d6cd3eaac49ac6914609ba0055e2190bcd4 [file] [log] [blame]
{
"name": "Synchronized",
"version": "4.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": "4.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": "4.0"
}