[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 7 / 4 / Tomorrowland / 1.0.1 / Tomorrowland.podspec.json
blob5d947da945e870ab56c9120b1083b817a82d4cee
2   "name": "Tomorrowland",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": "Lily Ballard",
12   "social_media_url": "https://twitter.com/LilyInTech",
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "swift_versions": [
20     "4.2",
21     "5.0",
22     "5.0"
23   ],
24   "source": {
25     "git": "https://github.com/lilyball/Tomorrowland.git",
26     "tag": "v1.0.1"
27   },
28   "source_files": [
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",
51     "Sources/When.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"
60   ],
61   "private_header_files": "Sources/Private/*.h",
62   "preserve_paths": [
63     "Sources/ObjC/TWLPromisePrivate.h",
64     "Sources/ObjC/TWLContextPrivate.h",
65     "Sources/ObjC/objc_cast.h"
66   ],
67   "libraries": "c++",
68   "module_map": "Sources/tomorrowland.modulemap",
69   "swift_version": "5.0"