2 "name": "Tomorrowland",
4 "summary": "Lightweight Promises for Swift and Obj-C",
5 "description": "Tomorrowland is a lightweight Promise implementation for Swift and Obj-C that supports cancellation and strongly-typed errors.",
6 "homepage": "https://github.com/lilyball/Tomorrowland",
11 "authors": "Lily Ballard",
12 "social_media_url": "https://twitter.com/LilyInTech",
25 "git": "https://github.com/lilyball/Tomorrowland.git",
29 "Sources/Private/TWLPromiseInvalidationTokenBox.h",
30 "Sources/Private/TWLThreadLocal.h",
31 "Sources/Private/TWLOneshotBlock.h",
32 "Sources/Private/TWLBlockOperation.h",
33 "Sources/Private/TWLPromiseBox.h",
34 "Sources/ObjC/TWLDelayedPromise.h",
35 "Sources/ObjC/TWLContext.h",
36 "Sources/ObjC/Tomorrowland.h",
37 "Sources/ObjC/TWLWhen.h",
38 "Sources/ObjC/TWLPromise.h",
39 "Sources/ObjC/TWLUtilities.h",
40 "Sources/Private/TWLPromiseBox.m",
41 "Sources/Private/TWLBlockOperation.m",
42 "Sources/Private/TWLPromiseInvalidationTokenBox.m",
43 "Sources/Private/TWLThreadLocal.m",
44 "Sources/ObjC/TWLWhen.m",
45 "Sources/ObjC/TWLUtilities.m",
46 "Sources/ObjC/TWLDelayedPromise.m",
47 "Sources/ObjC/TWLContext.m",
48 "Sources/Private/TWLOneshotBlock.mm",
49 "Sources/ObjC/TWLPromise.mm",
50 "Sources/Utilities.swift",
52 "Sources/TokenPromise.swift",
53 "Sources/Deprecations.swift",
54 "Sources/ObjectiveC.swift",
55 "Sources/SwiftResult.swift",
56 "Sources/Promise.swift",
57 "Sources/ObjC/Bridging.swift",
58 "Sources/ObjC/TWLInvalidationToken.swift",
59 "Sources/DelayedPromise.swift"
61 "private_header_files": "Sources/Private/*.h",
63 "Sources/ObjC/TWLPromisePrivate.h",
64 "Sources/ObjC/TWLContextPrivate.h",
65 "Sources/ObjC/objc_cast.h"
68 "module_map": "Sources/tomorrowland.modulemap",
69 "swift_version": "5.0"