ObserverSet
Swift implementation of observer sets.
Installation
Install with CocoaPods by adding the following to your Podfile:
use_frameworks!
pod 'ObserverSet'
Then run:
pod install
Documentation
See docs at http://cocoadocs.org/docsets/ObserverSet/.
License
ObserverSet is released under the MIT license. See LICENSE for details.