[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 2 / Promis / 2.4.0 / Promis.podspec.json
blob6fa440dddaf733dc74585552b03183cc1ada7649
2   "name": "Promis",
3   "version": "2.4.0",
4   "summary": "The easiest Future and Promises framework in Swift. No magic. No boilerplate.",
5   "description": "The easiest Future and Promises framework in Swift. No magic. No boilerplate.\n- Fully unit-tested and documented 💯\n- Thread-safe 🚦\n- Clean interface 👼\n- Support for chaining ⛓\n- Support for cancellation 🙅‍♂️\n- Queue-based block execution if needed 🚆\n- Result type provided via generics 🚀\n- Keeping the magic to the minimum, leaving the code in a readable state without going off of a tangent with fancy and unnecessary design decisions ಠ_ಠ",
6   "homepage": "https://github.com/albertodebortoli/Promis",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alberto De Bortoli": "albertodebortoli.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Promis.git",
16     "tag": "2.4.0"
17   },
18   "social_media_url": "https://twitter.com/albertodebo",
19   "platforms": {
20     "ios": "13.0",
21     "watchos": "4.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "Framework/Sources/**/*.swift",
25   "frameworks": "Foundation",
26   "testspecs": [
27     {
28       "name": "UnitTests",
29       "test_type": "unit",
30       "source_files": "Tests/Sources/**/*.swift"
31     }
32   ],
33   "swift_version": "5.0"