blob: 9bd1d0e45dc6e9d1e08cc4c1c6839d7f7d02c34f [file] [log] [blame]
{
"name": "QueueSafeValue",
"version": "0.7",
"summary": "Implementation of thread safe property.",
"swift_versions": "5.0",
"description": "Implementation of thread safe property..",
"homepage": "https://github.com/vasilybodnarchuk/QueueSafeValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vasily Bodnarchuk": "vasilybodnarchuk@gmail.com"
},
"source": {
"git": "https://github.com/vasilybodnarchuk/QueueSafeValue.git",
"tag": "0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Classes/**/*",
"swift_version": "5.0"
}