[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / 8 / DQExtensions / 0.1.0 / DQExtensions.podspec.json
blob394f77660aad4c65a1916ccb393d8de3b8420810
2   "name": "DQExtensions",
3   "version": "0.1.0",
4   "summary": "DispatchQueue Extensions, The Missing Parts.",
5   "description": "DQExtensions adds several useful extensions and conveniences for managing `DispatchQueue` types in Grand Central Dispatch.\nApple provides powerful functionality to boot, but there's some things that this library helps solve including identifying queues, \nsafer sync methods to execute inline if the same queue is detected, and global helpers.",
6   "homepage": "https://github.com/pokanop/dqe",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Sahel Jalal",
12   "social_media_url": "https://twitter.com/saheljalal",
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/pokanop/dqe",
18     "tag": "0.1.0"
19   },
20   "source_files": "Sources/**/*.{swift}",
21   "frameworks": "Foundation",
22   "swift_versions": [
23     "5.0"
24   ],
25   "swift_version": "5.0"