Patrick Sturm

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
1pod
SwiftySignals provides a simple API to send and react to application messages. There are three concept involved: Signals, Messages and Slots. Signals are senders of messages (arbitrary type). Slots receive messages in the first place and hand them over to a connected user defined function. The concept can be considered as a specific implementation of the observer pattern.
License: MIT