blob: d56a24c1e8f595858d71d752294bfcfd6e5018a4 [file] [log] [blame]
{
"name": "GCD",
"version": "0.2.1",
"summary": "A wrapper of Grand Central Dispatch written in Swift",
"homepage": "https://github.com/nghialv/GCD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nghialv": "nghialv2607@gmail.com"
},
"social_media_url": "https://twitter.com/nghialv2607",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nghialv/GCD.git",
"tag": "0.2.1"
},
"source_files": "GCD.swift",
"requires_arc": true
}