blob: 81a648de0f69df827388746cfae8be54cdd35974 [file] [log] [blame]
{
"name": "Atomic",
"version": "1.0.2",
"license": "MIT",
"summary": "Atomic is a fast, safe way to make values atomic (thread-safe).",
"homepage": "https://github.com/Adlai-Holler/Atomic",
"social_media_url": "http://twitter.com/adlaih",
"authors": {
"Adlai Holler": "him@adlai.io"
},
"source": {
"git": "https://github.com/Adlai-Holler/Atomic.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Atomic/*.swift",
"requires_arc": true
}