blob: 2e112bc74f1c2ea720176e6fd7df3c3ebe8a3bad [file] [log] [blame]
{
"name": "GCD",
"version": "0.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": "7.0"
},
"source": {
"git": "https://github.com/nghialv/GCD.git",
"tag": "0.1"
},
"source_files": "GCD.swift",
"requires_arc": true
}