[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 4 / 6 / e / Cycle / 0.0.4 / Cycle.podspec.json
blobdeda51a88fba8da88d8b85b635dd598b1dec9440
2   "name": "Cycle",
3   "version": "0.0.4",
4   "summary": "An experiment in unidirectional-data-flow inspired by Cycle.js.",
5   "description": "Cycle provides a means of writing an app as a filter over a stream of external events.",
6   "homepage": "https://github.com/BrianSemiglia/Cycle.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brian.semiglia@gmail.com": "brian.semiglia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BrianSemiglia/Cycle.swift.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Cycle/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "3.2.0"
25     ],
26     "Changeset": [
27       "2.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"