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",
12 "Alberto De Bortoli": "albertodebortoli.com"
15 "git": "https://github.com/albertodebortoli/Promis.git",
18 "social_media_url": "https://twitter.com/albertodebo",
23 "swift_versions": "5.0",
24 "source_files": "Framework/Sources/**/*.swift",
25 "frameworks": "Foundation",
30 "source_files": "Tests/Sources/**/*.swift"
33 "swift_version": "5.0"