blob: 4fd1a553598140b4d2723a686f5256c077f8de15 [file] [log] [blame]
{
"name": "Queuer",
"module_name": "Queuer",
"version": "2.1.0",
"summary": "Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).",
"homepage": "https://github.com/FabrizioBrancati/Queuer",
"screenshots": "https://github.fabriziobrancati.com/queuer/resources/queuer-screenshot.png",
"authors": {
"Fabrizio Brancati": "fabrizio.brancati@gmail.com"
},
"social_media_url": "https://twitter.com/infinity4all",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/FabrizioBrancati/Queuer.git",
"tag": "2.1.0"
},
"documentation_url": "https://github.fabriziobrancati.com/documentation/Queuer/",
"swift_version": "5.0",
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
}
}