[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / e / Stepwise / 2.0 / Stepwise.podspec.json
blob54c42fc24431f1bf8a977b175fc0f15e38c5968a
2   "name": "Stepwise",
3   "version": "2.0",
4   "summary": "Serial, cancelable, generic, asynchronous tasks in Swift.",
5   "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.",
6   "homepage": "https://github.com/websdotcom/Stepwise",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Barrett": "kevin@webs.com"
13   },
14   "source": {
15     "git": "https://github.com/websdotcom/Stepwise.git",
16     "tag": "2.0"
17   },
18   "source_files": "Stepwise.swift",
19   "platforms": {
20     "ios": "8.0"
21   }