[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 1 / 2 / Promis / 1.0.1 / Promis.podspec.json
blobace03f5bc7a5a3f1b655753f135799d14c4f840e
2   "name": "Promis",
3   "version": "1.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": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/albertodebo",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Promis/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "pushed_with_swift_version": "4.0"