blob: 69cc17f51f2e76381a3dc77296ddf0bcc8c1fef4 [file] [log] [blame]
{
"name": "QueuedNet",
"version": "2.0.0",
"summary": "QueuedNet is a Swift framework to parallelize applications more declaratively.",
"description": "QueuedNet is a Swift framework to parallelize applications more declaratively and is comparable to a Petri Net.",
"homepage": "https://github.com/vknabel/QueuedNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "develop@vknabel.com"
},
"source": {
"git": "https://github.com/vknabel/QueuedNet.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/QueuedNet/*.swift"
}