2 "name": "SwiftyPromise",
4 "summary": "A simple promise framework for Swift.",
5 "description": "This small library implements thread safe promises for Swift. It allows to create promises and fulfill or reject them asynchronously. Promises can be chained using the `then` method. Furthermore it has support for cancelling a promise chain.",
6 "homepage": "https://github.com/sroebert/SwiftyPromise",
11 "Steven Roebert": "steven@roebert.nl"
14 "git": "https://github.com/sroebert/SwiftyPromise.git",
18 "source_files": "Sources/**/*.{h,swift}",
19 "frameworks": "Foundation",
26 "pushed_with_swift_version": "3.0"