[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / 4 / b / 8 / APNSubGroupOperationQueue / 3.0.0 / APNSubGroupOperationQueue.podspec.json
blobd8af8f1ae57098fc77cec1426ea4c153f39ae50e
2   "name": "APNSubGroupOperationQueue",
3   "version": "3.0.0",
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   "module_name": "APNSubGroupOperationQueue",
16   "swift_version": "4.2",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "3.0"
22   },
23   "source": {
24     "git": "https://github.com/p4checo/APNSubGroupOperationQueue.git",
25     "tag": "3.0.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "frameworks": "Foundation"