[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / f / d / a / Synchronized / 2.0.2 / Synchronized.podspec.json
blob7030709ce673a429efb1d3def5ea3e1e9b561254
2   "name": "Synchronized",
3   "version": "2.0.2",
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",
7   "license": "MIT",
8   "authors": "James Ide",
9   "source": {
10     "git": "https://github.com/ide/Synchronized.git",
11     "tag": "2.0.2"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source_files": [
18     "Synchronized/Synchronized.swift",
19     "Synchronized/ObjCSynchronized.{h,m}"
20   ],
21   "public_header_files": [
23   ]