4 "summary": "Library for sending messages within the application, replacing for the NotificationCenter and Observer Observable pattern",
5 "description": "The Pod is a representation of the messages delivery system within the app.\nIt can replace the NotificationCenter or Observer Observable pattern.\nUsing this library, you can send messages in a thread safety environment to\nany object on your app confirming Bridge protocols. It is flexible and keeping\nall your objects independent and testable.",
6 "homepage": "https://github.com/pichukov/Bridge",
12 "pichukov": "pichukov@gmail.com"
15 "git": "https://github.com/pichukov/Bridge.git",
21 "swift_versions": "4.2",
22 "source_files": "*.{swift}",
23 "swift_version": "4.2"