| { |
| "name": "Cycle", |
| "version": "0.0.11", |
| "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.11" |
| }, |
| "social_media_url": "https://twitter.com/brians_", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Cycle/Classes/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "Changeset": [ |
| "3.1" |
| ] |
| } |
| } |