[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 7 / 5 / 8 / DQExtensions / 0.2.0 / DQExtensions.podspec.json
blob2af63ded84127827e100c8859d53d6c503617bf8
2   "name": "DQExtensions",
3   "version": "0.2.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.git",
18     "tag": "0.2.0"
19   },
20   "source_files": "Sources/**/*.{swift}",
21   "frameworks": "Foundation",
22   "swift_versions": [
23     "5.0"
24   ],
25   "swift_version": "5.0"