blob: 2b5909839142d1c92234de597f363ecc5112cb2c [file] [log] [blame]
{
"name": "EventClosure",
"version": "0.0.1",
"summary": "A closure way to handle UIControl.Event",
"description": "Make your UIControl.Event handling #selector to be a closure",
"homepage": "https://github.com/muizidn/eventclosure",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Muizzsuddin": "muiz.idn@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/muizidn/eventclosure.git",
"tag": "0.0.1"
},
"source_files": "EventClosure/**/*.{h,m,swift}"
}