blob: 0d6c916e801fe1052cdbd3f2fab83aecee8ac7bc [file] [log] [blame]
{
"name": "Eventitic",
"version": "1.0.1",
"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": "v1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*"
}