[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 4 / b / 8 / APNSubGroupOperationQueue / 2.0.1 / APNSubGroupOperationQueue.podspec.json
blob0955bc3189de6c9f5d9c055d67a05d8c26f56998
2   "name": "APNSubGroupOperationQueue",
3   "version": "2.0.1",
4   "summary": "Serial processing sub groups inside your concurrent NSOperationQueue.",
5   "description": "APNSubGroupOperationQueue is a µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue",
6   "homepage": "https://github.com/p4checo/APNSubGroupOperationQueue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "André Pacheco Neves": "p4checo + @ + gmail + . + com"
13   },
14   "social_media_url": "https://twitter.com/p4checo",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/p4checo/APNSubGroupOperationQueue.git",
23     "tag": "2.0.1"
24   },
25   "source_files": "Sources/**/SubGroupOperationQueue.{h,m,swift}",
26   "frameworks": "Foundation"