[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 1 / 2 / Promis / 2.0.1 / Promis.podspec.json
blob118f6cd7abe346b75b4391d361f741979e2ffbe5
2   "name": "Promis",
3   "version": "2.0.1",
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": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alberto De Bortoli": "albertodebortoli.website@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/albertodebortoli/Promis.git",
16     "tag": "2.0.1"
17   },
18   "social_media_url": "https://twitter.com/albertodebo",
19   "platforms": {
20     "ios": "9.0",
21     "watchos": "4.0"
22   },
23   "swift_version": "4.2",
24   "source_files": "Promis/Classes/**/*",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]