2 "name": "CorePromises",
4 "summary": "CorePromises is an attempt to bring Javascript's promises as\n described in the A+ specification to Swift.",
5 "description": "CorePromises makes heavy use of generics to bring promises to iOS, combining\n the beauty of promises with Swift's typechecking.",
6 "homepage": "https://github.com/borchero/CorePromises",
12 "borchero": "oliver.borchert@in.tum.de"
15 "git": "https://github.com/borchero/CorePromises.git",
21 "source_files": "CorePromises/**/*",
22 "frameworks": "UIKit",
28 "pushed_with_swift_version": "3.0"