blob: 5f99f279f1e1f1868d0abb62713412b6451bb0e0 [file] [log] [blame]
{
"name": "Cycle",
"version": "0.0.8",
"summary": "An experiment in unidirectional-data-flow inspired by Cycle.js.",
"description": "Cycle provides a means of writing an app as a filter over a stream of external events.",
"homepage": "https://github.com/BrianSemiglia/Cycle.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brian.semiglia@gmail.com": "brian.semiglia@gmail.com"
},
"source": {
"git": "https://github.com/BrianSemiglia/Cycle.swift.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Cycle/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.5.0"
],
"Changeset": [
"2.1"
]
},
"pushed_with_swift_version": "3.0"
}