blob: 8086b7ad5b75b225b2910f1c563269faec02b7b1 [file] [log] [blame]
{
"name": "Atomic",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Atomic/*.swift",
"requires_arc": true
}