[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / e / Cycle / 0.0.17 / Cycle.podspec.json
blob9b7bca60c97da877a5a7bded65b89e6e86b7eed3
2   "name": "Cycle",
3   "version": "0.0.17",
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.17"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "swift_version": "4.2",
27   "default_subspecs": "Core",
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.3.0"
31     ],
32     "Changeset": [
33       "3.1"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "Sources/**/*.{h,m,swift}",
40       "frameworks": "Foundation"
41     }
42   ]