[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 9 / Eventful-Swift / 1.0.1 / Eventful-Swift.podspec.json
blob1a72f3c57e0b805ac9b236b859a8c1437ac63523
2   "name": "Eventful-Swift",
3   "module_name": "EventfulSwift",
4   "version": "1.0.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mitch Treece": "mitchtreece@me.com"
14   },
15   "social_media_url": "http://twitter.com/MitchTreece",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/mitchtreece/Eventful-Swift.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "Eventful-Swift/*.{swift}"