[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 7 / 4 / Tomorrowland / 1.3.0 / Tomorrowland.podspec.json
blobe8339d0083e09eebb78d702844819b37957bcade
2   "name": "Tomorrowland",
3   "version": "1.3.0",
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   ],
23   "source": {
24     "git": "https://github.com/lilyball/Tomorrowland.git",
25     "tag": "v1.3.0"
26   },
27   "source_files": [
28     "Sources/Utilities.swift",
29     "Sources/When.swift",
30     "Sources/TokenPromise.swift",
31     "Sources/Deprecations.swift",
32     "Sources/ObjectiveC.swift",
33     "Sources/SwiftResult.swift",
34     "Sources/Private/TWLPromiseInvalidationTokenBox.h",
35     "Sources/Private/TWLPromiseBox.m",
36     "Sources/Private/TWLThreadLocal.h",
37     "Sources/Private/TWLBlockOperation.m",
38     "Sources/Private/TWLOneshotBlock.h",
39     "Sources/Private/TWLPromiseInvalidationTokenBox.m",
40     "Sources/Private/TWLBlockOperation.h",
41     "Sources/Private/TWLOneshotBlock.mm",
42     "Sources/Private/TWLThreadLocal.m",
43     "Sources/Private/TWLPromiseBox.h",
44     "Sources/Promise.swift",
45     "Sources/ObjC/TWLPromise+Convenience.m",
46     "Sources/ObjC/TWLDelayedPromise.h",
47     "Sources/ObjC/TWLWhen.m",
48     "Sources/ObjC/TWLContext.h",
49     "Sources/ObjC/TWLPromise.mm",
50     "Sources/ObjC/Tomorrowland.h",
51     "Sources/ObjC/TWLUtilities.m",
52     "Sources/ObjC/TWLDelayedPromise.m",
53     "Sources/ObjC/TWLPromise+Convenience.h",
54     "Sources/ObjC/TWLWhen.h",
55     "Sources/ObjC/TWLContext.m",
56     "Sources/ObjC/Bridging.swift",
57     "Sources/ObjC/TWLPromise.h",
58     "Sources/ObjC/TWLInvalidationToken.swift",
59     "Sources/ObjC/TWLUtilities.h",
60     "Sources/DelayedPromise.swift"
61   ],
62   "private_header_files": "Sources/Private/*.h",
63   "preserve_paths": [
64     "Sources/ObjC/TWLPromisePrivate.h",
65     "Sources/ObjC/TWLContextPrivate.h",
66     "Sources/ObjC/objc_cast.h"
67   ],
68   "libraries": "c++",
69   "module_map": "Sources/tomorrowland.modulemap",
70   "swift_version": "5.0"