blob: 91fbe03d046062c84d38b1662748b3248270265a [file] [log] [blame]
{
"name": "Eventful-Swift",
"module_name": "EventfulSwift",
"version": "1.0.2",
"summary": "Simple, lightweight, and useful event library for Swift.",
"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.",
"homepage": "https://github.com/mitchtreece/Eventful-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"social_media_url": "http://twitter.com/MitchTreece",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mitchtreece/Eventful-Swift.git",
"tag": "1.0.2"
},
"source_files": "Eventful-Swift/*.{swift}"
}