blob: d8af8f1ae57098fc77cec1426ea4c153f39ae50e [file] [log] [blame]
{
"name": "APNSubGroupOperationQueue",
"version": "3.0.0",
"summary": "Serial processing sub groups inside your concurrent NSOperationQueue.",
"description": "APNSubGroupOperationQueue is a µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue",
"homepage": "https://github.com/p4checo/APNSubGroupOperationQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"André Pacheco Neves": "p4checo + @ + gmail + . + com"
},
"social_media_url": "https://twitter.com/p4checo",
"module_name": "APNSubGroupOperationQueue",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/p4checo/APNSubGroupOperationQueue.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}