[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / 8 / APNSubGroupOperationQueue / 2.3.0 / APNSubGroupOperationQueue.podspec.json
blob5fede68a71d62b45221f2d7d59c58aea27582fdc
2   "name": "APNSubGroupOperationQueue",
3   "version": "2.3.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.1",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source": {
24     "git": "https://github.com/p4checo/APNSubGroupOperationQueue.git",
25     "tag": "2.3.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "frameworks": "Foundation"