blob: 17b5842443ce7d456752a09b8f5bbcf565f4ba18 [file] [log] [blame]
{
"name": "CorePromises",
"version": "0.1.1",
"summary": "CorePromises is an attempt to bring Javascript's promises as\n described in the A+ specification to Swift.",
"description": "CorePromises makes heavy use of generics to bring promises to iOS, combining\n the beauty of promises with Swift's typechecking.",
"homepage": "https://github.com/borchero/CorePromises",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"borchero": "oliver.borchert@in.tum.de"
},
"source": {
"git": "https://github.com/borchero/CorePromises.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CorePromises/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}