blob: 9b5c2b77bbb747527e9d1ecff6ad6aafc1e473fb [file] [log] [blame]
{
"name": "APNSubGroupOperationQueue",
"version": "1.0.1",
"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.1"
},
"source_files": "Sources/**/SubGroupOperationQueue.{h,m,swift}",
"frameworks": "Foundation"
}