blob: 037ed8092380b7654d29c342e47c1c97371e4fa4 [file] [log] [blame]
{
"name": "Stepwise",
"version": "1.0",
"summary": "Serial, cancelable, generic, asynchronous tasks in Swift.",
"description": "Stepwise is a framework for creating a series of steps quickly and easily. Every step can take a single input and have a single output, and steps can depend on each other to build chains and pass outputs down the chain.",
"homepage": "https://github.com/websdotcom/Stepwise",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Barrett": "kevin@webs.com"
},
"source": {
"git": "https://github.com/websdotcom/Stepwise.git",
"tag": "1.0"
},
"source_files": "Stepwise.swift",
"platforms": {
"ios": "8.0"
}
}