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