[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 7 / 4 / Tomorrowland / 0.3.1 / Tomorrowland.podspec.json
blob32b1ca779b71b6133c20853cb11f6d61a5dea665
2   "name": "Tomorrowland",
3   "version": "0.3.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/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   "source": {
20     "git": "https://github.com/kballard/Tomorrowland.git",
21     "tag": "v0.3.1"
22   },
23   "source_files": [
24     "Sources/ObjC/TWLContext.h",
25     "Sources/ObjC/TWLDelayedPromise.h",
26     "Sources/ObjC/TWLPromise.h",
27     "Sources/ObjC/TWLUtilities.h",
28     "Sources/ObjC/TWLWhen.h",
29     "Sources/Private/TWLOneshotBlock.h",
30     "Sources/Private/TWLPromiseBox.h",
31     "Sources/Private/TWLPromiseInvalidationTokenBox.h",
32     "Sources/Private/TWLThreadLocal.h",
33     "Sources/Tomorrowland.h",
34     "Sources/ObjC/TWLContext.m",
35     "Sources/ObjC/TWLDelayedPromise.m",
36     "Sources/ObjC/TWLUtilities.m",
37     "Sources/ObjC/TWLWhen.m",
38     "Sources/Private/TWLPromiseBox.m",
39     "Sources/Private/TWLPromiseInvalidationTokenBox.m",
40     "Sources/Private/TWLThreadLocal.m",
41     "Sources/ObjC/TWLPromise.mm",
42     "Sources/Private/TWLOneshotBlock.mm",
43     "Sources/Compatibility.swift",
44     "Sources/DelayedPromise.swift",
45     "Sources/ObjC/Bridging.swift",
46     "Sources/ObjC/TWLInvalidationToken.swift",
47     "Sources/ObjectiveC.swift",
48     "Sources/Promise.swift",
49     "Sources/Utilities.swift",
50     "Sources/When.swift"
51   ],
52   "private_header_files": "Sources/Private/*.h",
53   "preserve_paths": [
54     "Sources/ObjC/TWLContextPrivate.h",
55     "Sources/ObjC/TWLPromisePrivate.h",
56     "Sources/ObjC/objc_cast.h"
57   ],
58   "module_map": "Sources/tomorrowland.modulemap"