[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 3 / DHThreadSafeWrapper / 1.0.1 / DHThreadSafeWrapper.podspec.json
blob0d8d459a2ce9b509bbb971e65e36a0ff28541776
2   "name": "DHThreadSafeWrapper",
3   "version": "1.0.1",
4   "summary": "Combines a value with a dispatch queue. The dispatch queue is used handle concurrent read/write access.",
5   "homepage": "https://github.com/domhof/DHThreadSafeWrapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dominik Hofer": "me@dominikhofer.com"
12   },
13   "social_media_url": "https://twitter.com/dominikhofer",
14   "source": {
15     "git": "https://github.com/domhof/DHThreadSafeWrapper.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "DHThreadSafeWrapper/**/*.swift",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "swift_version": "4.2"