blob: 1e1de2efaeeb43bef92f829eabc4a1ea934d4b8a [file] [log] [blame]
{
"name": "Atom",
"version": "0.1.9",
"summary": "Create Atomic (thread safe) values in swift. Improved version of objc.io Atomic",
"homepage": "https://github.com/vysotskiyserhiy/Atom.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serhiy Vysotskiy": "vysotskiyserhiy@gmail.com"
},
"source": {
"git": "https://github.com/vysotskiyserhiy/Atom.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Atom/**/*",
"swift_versions": "5.0"
}