[Add] AcousticConnectReactNativeDebug 1.0.47
[CocoaPods.git] / Specs / 7 / f / 6 / Causality / 0.0.4 / Causality.podspec.json
blob209fb4335e6596d55f88132b44115e70ff8abcff
2   "name": "Causality",
3   "version": "0.0.4",
4   "summary": "A simple thread-safe, in-memory bus for Swift that supports fully-typed Events and States.",
5   "description": "Causality is simple in-memory event bus for Swift. Events may have an\nassociated message and are fully typed. All publish/subscribe methods are\nthread-safe.\n\nIn addition, Causality has provisions for monitoring State information. State\nis similar to Event, but differ in that:\n\nState handlers will be called immediately with the last known good value (if\none is available) State handlers will not be called if the state value is\nidentical to the previous value Whereas an Event has an associated Message, a\nState has an associated Value.  A state's Value must conform to the Equatable\nprotocol.",
6   "homepage": "https://github.com/dannys42/Causality",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dannys42": "danny@dannysung.com"
13   },
14   "source": {
15     "git": "https://github.com/dannys42/Causality.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/Causality/**/*.swift",
22   "swift_versions": [
23     "5.1",
24     "5.2",
25     "5.3"
26   ],
27   "swift_version": "5.3"