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