blob: 9a6d1fb2a523ae09fcbebd68c425f67b9d7f7716 [file] [log] [blame]
{
"name": "Eventitic",
"version": "4.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": "v4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*"
}