4 "summary": "A Swift implementation of Promise.",
5 "description": "Promisor is an implementation of Promise in Swift. A promise represents the eventual result of an asynchronous operation.\nPromises are very similar to the promises you make in real life. A promise can either be kept or broken.",
6 "homepage": "https://github.com/enniobovyn/Promisor",
12 "Ennio Bovyn": "enniobovyn@gmail.com"
15 "git": "https://github.com/enniobovyn/Promisor.git",
21 "swift_version": "4.0",
22 "source_files": "Promisor/Classes/**/*"