blob: a180e27801faa51f5ec7fd93dfc71a7cd773b88e [file] [log] [blame]
{
"name": "Emity",
"version": "0.0.4",
"summary": "Simple event emitter for Swift",
"description": "Emity is a simple way to work with events in swift",
"homepage": "https://github.com/SKOx0/Emity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Mesquita": "skovhm@gmail.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SKOx0/Emity.git",
"tag": "v0.0.4"
},
"source_files": "Sources/**/*",
"swift_version": "4.2"
}