blob: 65ae24f3b9092197ab181f4e1b1ba8912ae99b3b [file] [log] [blame]
{
"name": "APNSubGroupOperationQueue",
"version": "1.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",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/p4checo/APNSubGroupOperationQueue.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/SubGroupOperationQueue.{h,m,swift}",
"frameworks": "Foundation"
}