2 "name": "AtomicProperty",
4 "summary": "Atomic Property implementation backed with generic lock wrappers",
5 "description": "Atomic property is a wrapper class with generic user value.\nIt provides thread synchronization with custom lock implementations.\nIt introduces @Atomic property wrapper.",
6 "homepage": "https://github.com/away4m/AtomicProperty",
12 "alikiran": "away4m@gmail.com"
15 "git": "https://github.com/away4m/AtomicProperty.git",
21 "swift_versions": "5.1",
22 "module_name": "AtomicProperty",
23 "source_files": "AtomicProperty/Classes/**/*",
24 "swift_version": "5.1"