blob: 38576301adf39fbd4a564cbb9ba4660fcb00f3c7 [file] [log] [blame]
{
"name": "KGNThread",
"version": "1.0",
"authors": {
"David Keegan": "me@davidkeegan.com"
},
"homepage": "https://github.com/kgn/KGNThread",
"summary": "A collection of helpful methods that wrap GCD.",
"source": {
"git": "https://github.com/kgn/KGNThread.git",
"tag": "v1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Source/Thread.swift"
}