[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 3 / DHThreadSafeWrapper / 1.0.0 / DHThreadSafeWrapper.podspec.json
blobc82e55fd329bc8d1fd5e4802cd5b0e9017fa2755
2   "name": "DHThreadSafeWrapper",
3   "version": "1.0.0",
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.0"
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"