blob: bd97951052f13d29f3f6c30fa116881c49bd6cec [file] [log] [blame]
{
"name": "Atom",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Atom/**/*",
"swift_version": "4.2"
}