| { |
| "name": "AtomicProperty", |
| "version": "1.0.0", |
| "summary": "Atomic Property implementation backed with generic lock wrappers", |
| "description": "Atomic property is a wrapper class with generic user value.\nIt provides thread synchronization with custom lock implementations.\nIt introduces @Atomic property wrapper.", |
| "homepage": "https://github.com/away4m/AtomicProperty", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "alikiran": "away4m@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/away4m/AtomicProperty.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.1", |
| "module_name": "AtomicProperty", |
| "source_files": "AtomicProperty/Classes/**/*", |
| "swift_version": "5.1" |
| } |