[Add] FronteggSwift 1.2.29
[CocoaPods.git] / Specs / 2 / 6 / e / Stepwise / 2.1 / Stepwise.podspec.json
blob3a1d31bfc02933b79a40203cb41c3041e3c50a45
2   "name": "Stepwise",
3   "version": "2.1",
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.1"
17   },
18   "source_files": "Stepwise.swift",
19   "platforms": {
20     "ios": "8.0"
21   }