blob: eb65b333144ddc8df424a5ccf93739006d9bd7b5 [file] [log] [blame]
{
"name": "Eventitic",
"version": "5.0.0",
"summary": "Dispatching and listening events",
"description": "This pod provides an event source object which dispatches events to listeners.",
"homepage": "https://github.com/hironytic/Eventitic",
"license": "MIT",
"authors": {
"Hironori Ichimiya": "hiron@hironytic.com"
},
"source": {
"git": "https://github.com/hironytic/Eventitic.git",
"tag": "v5.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": [
"5.1"
],
"requires_arc": true,
"source_files": "Sources/**/*",
"swift_version": "5.1"
}