blob: 6bad95a33de6b1d7ec691000e2e8a6509b721d35 [file] [log] [blame]
{
"name": "MulticastDelegateKit",
"version": "1.0.0",
"summary": "A library which allows to have several delegates instead of one",
"description": "A simple library which allows to have several delegates instead of one. Also it includes subclasses for UIKit controls to work with MulticastDelegate.",
"homepage": "https://github.com/elano50/MulticastDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kisel": "kipanca7@gmail.com"
},
"source": {
"git": "https://github.com/elano50/MulticastDelegate.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "MulticastDelegate/Classes/**/*"
}