[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 7 / 4 / Tomorrowland / 0.3.3 / Tomorrowland.podspec.json
blobf56a8ab9d14ace9ffbb8ea9d2350d1b17f3f365f
2   "name": "Tomorrowland",
3   "version": "0.3.3",
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/kballard/Tomorrowland",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": "Kevin Ballard",
12   "social_media_url": "https://twitter.com/eridius",
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "swift_version": "4.0",
20   "source": {
21     "git": "https://github.com/kballard/Tomorrowland.git",
22     "tag": "v0.3.3"
23   },
24   "source_files": [
25     "Sources/ObjC/Tomorrowland.h",
26     "Sources/ObjC/TWLContext.h",
27     "Sources/ObjC/TWLDelayedPromise.h",
28     "Sources/ObjC/TWLPromise.h",
29     "Sources/ObjC/TWLUtilities.h",
30     "Sources/ObjC/TWLWhen.h",
31     "Sources/Private/TWLOneshotBlock.h",
32     "Sources/Private/TWLPromiseBox.h",
33     "Sources/Private/TWLPromiseInvalidationTokenBox.h",
34     "Sources/Private/TWLThreadLocal.h",
35     "Sources/ObjC/TWLContext.m",
36     "Sources/ObjC/TWLDelayedPromise.m",
37     "Sources/ObjC/TWLUtilities.m",
38     "Sources/ObjC/TWLWhen.m",
39     "Sources/Private/TWLPromiseBox.m",
40     "Sources/Private/TWLPromiseInvalidationTokenBox.m",
41     "Sources/Private/TWLThreadLocal.m",
42     "Sources/ObjC/TWLPromise.mm",
43     "Sources/Private/TWLOneshotBlock.mm",
44     "Sources/Compatibility.swift",
45     "Sources/DelayedPromise.swift",
46     "Sources/ObjC/Bridging.swift",
47     "Sources/ObjC/TWLInvalidationToken.swift",
48     "Sources/ObjectiveC.swift",
49     "Sources/Promise.swift",
50     "Sources/TokenPromise.swift",
51     "Sources/Utilities.swift",
52     "Sources/When.swift"
53   ],
54   "private_header_files": "Sources/Private/*.h",
55   "preserve_paths": [
56     "Sources/ObjC/TWLContextPrivate.h",
57     "Sources/ObjC/TWLPromisePrivate.h",
58     "Sources/ObjC/objc_cast.h"
59   ],
60   "libraries": "c++",
61   "module_map": "Sources/tomorrowland.modulemap"