blob: 59ed7690caaf6ce6eed87ca42c72647ec66f4f4f [file] [log] [blame]
{
"name": "MKBlockQueue",
"version": "1.0.1",
"summary": "MKBlockQueue allows you to create a chain of blocks and execute them one after the other in a queue.",
"homepage": "https://github.com/MKGitHub/MKBlockQueue",
"screenshots": "https://raw.githubusercontent.com/MKGitHub/MKBlockQueue/master/MKBlockQueue.png",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Mohsan Khan": "git.mk@xybernic.com"
},
"platforms": {
"osx": "10.11",
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/MKGitHub/MKBlockQueue.git",
"tag": "1.0.1"
},
"source_files": [
"MKBlockQueue/",
"MKBlockQueue.swift"
],
"requires_arc": true
}