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