[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 3 / thenPromise / 5.0.0 / thenPromise.podspec.json
blob891fa472e5cc1af059d0ebbeef59c88fb3ea6ae7
2   "name": "thenPromise",
3   "version": "5.0.0",
4   "summary": "Elegant Promises for Swift",
5   "homepage": "https://github.com/freshOS/then",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "S4cha",
11   "source": {
12     "git": "https://github.com/freshOS/then.git",
13     "tag": "5.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "social_media_url": "https://twitter.com/sachadso",
21   "source_files": "Source/*.swift",
22   "requires_arc": true,
23   "description": "Elegant Async code for Swift ðŸŽ¬- Async code finally readable by a human being",
24   "module_name": "then",
25   "swift_versions": [
26     "2",
27     "3",
28     "4",
29     "4.1",
30     "4.2",
31     "5.0"
32   ]