[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 4 / 6 / e / Cycle / 0.0.14 / Cycle.podspec.json
blob1a316720cc147071cb6c103644cc0fd01e01ab1d
2   "name": "Cycle",
3   "version": "0.0.14",
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.14"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Cycle/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "Changeset": [
28       "3.1"
29     ]
30   }