blob: 81262143d47027c527bff524e325f2adfa159a2a [file] [log] [blame]
{
"name": "Cycle",
"version": "0.0.16",
"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.16"
},
"social_media_url": "https://twitter.com/brians_",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"swift_version": "4.2",
"default_subspecs": "Core",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"Changeset": [
"3.1"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}