blob: e79759c36acd1653ba5b3428ece2a007a9451703 [file] [log] [blame]
{
"name": "Atom",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Atom/**/*"
}