2 "name": "Synchronized",
4 "summary": "Exposes Objective-C's @synchronized directive to Swift",
5 "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.",
6 "homepage": "https://github.com/ide/Synchronized",
8 "authors": "James Ide",
10 "git": "https://github.com/ide/Synchronized.git",
18 "Synchronized/Synchronized.swift",
19 "Synchronized/ObjCSynchronized.{h,m}"
21 "public_header_files": [
24 "pushed_with_swift_version": "4.0"