blob: aec324300309685ade5725f416b745650477b305 [file] [log] [blame]
{
"name": "Dispatch",
"version": "0.9.7",
"summary": "Just a tiny library to make using GCD easier and intuitive",
"homepage": "https://github.com/Swiftification/Dispatch",
"license": "MIT",
"authors": {
"João Mourato": "joao.armourato@gmail.com",
"Gabriel Peart": "hello@swiftification.org"
},
"source": {
"git": "https://github.com/Swiftification/Dispatch.git",
"tag": "0.9.7"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"module_name": "DispatchFramework"
}