blob: 2fac79a1e6c79e49848cbe7d3c9d2d66309313f1 [file] [log] [blame]
{
"name": "Eventitic",
"version": "3.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": "v3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}