blob: 0d8d459a2ce9b509bbb971e65e36a0ff28541776 [file] [log] [blame]
{
"name": "DHThreadSafeWrapper",
"version": "1.0.1",
"summary": "Combines a value with a dispatch queue. The dispatch queue is used handle concurrent read/write access.",
"homepage": "https://github.com/domhof/DHThreadSafeWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominik Hofer": "me@dominikhofer.com"
},
"social_media_url": "https://twitter.com/dominikhofer",
"source": {
"git": "https://github.com/domhof/DHThreadSafeWrapper.git",
"tag": "1.0.1"
},
"source_files": "DHThreadSafeWrapper/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_version": "4.2"
}