2 "name": "Eventful-Swift",
3 "module_name": "EventfulSwift",
5 "summary": "Simple, lightweight, and useful event library for Swift.",
6 "description": "Eventful-Swift is a Swift library for lightweight event dispatching & handling.\nBy conforming to the EventDispatcher protocol, a class or struct can define various\nevents (via Event<T> or EventRef<T>) that can be listened for and reacted upon.",
7 "homepage": "https://github.com/mitchtreece/Eventful-Swift",
13 "Mitch Treece": "mitchtreece@me.com"
15 "social_media_url": "http://twitter.com/MitchTreece",
20 "git": "https://github.com/mitchtreece/Eventful-Swift.git",
23 "source_files": "Eventful-Swift/*.{swift}"