[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / f / d / a / Synchronized / 1.0.0 / Synchronized.podspec.json
blob6f585a654da521dc19c5779fb7c8dd78076e9d82
2   "name": "Synchronized",
3   "version": "1.0.0",
4   "summary": "Exposes Objective-C's @synchronized directive to Swift",
5   "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",
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": "1.0.0"
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   ]