[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 6 / 2 / WolfConcurrency / 1.0 / WolfConcurrency.podspec.json
blob1851788ffea52363d7eda82e567d9b7b0fdc0c39
2   "name": "WolfConcurrency",
3   "version": "1.0",
4   "summary": "Swift tools and conveniences for concurrency, including Dispatch and an implementation of promises.",
5   "homepage": "https://github.com/wolfmcnally/WolfConcurrency",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfConcurrency.git",
15     "tag": "1.0"
16   },
17   "source_files": "WolfConcurrency/Classes/**/*",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "WolfConcurrency",
25   "dependencies": {
26     "WolfLog": [
28     ],
29     "WolfNumerics": [
31     ],
32     "WolfFoundation": [
34     ]
35   }