blob: 39007daff31245b9b3e06933c48eefc42d60f93f [file] [log] [blame]
{
"name": "Atomic",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Atomic/*.swift",
"requires_arc": true
}