blob: 4cbe99d15f9023a1ca9d3ee6141c9e0d4696c3e5 [file] [log] [blame]
{
"name": "Atomicable",
"version": "1.0.0",
"summary": "Atomic property wrappers for thread-safety and peace of mind",
"screenshots": "https://github.com/BellAppLab/Atomicable/raw/main/Images/Atomicable.png",
"description": "Atomicable is a handy property wrapper that makes modifying properties an atomic operation via the use of locks.\n\nAdapted from and inspired by [Mattt](https://github.com/mattgallagher/CwlUtils).",
"homepage": "https://github.com/BellAppLab/Atomicable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0",
"osx": "10.12"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"module_name": "Atomicable",
"source": {
"git": "https://github.com/BellAppLab/Atomicable.git",
"tag": "1.0.0"
},
"source_files": "Sources/Atomicable",
"swift_version": "5.3"
}