blob: 2c7f2816aa0c2ee205d32dbe53becd196533e096 [file] [log] [blame]
{
"name": "MulticastDelegateKit",
"version": "1.0.1",
"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 MulticastDelegateKit.",
"homepage": "https://github.com/elano50/MulticastDelegateKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kisel": "kipanca7@gmail.com"
},
"source": {
"git": "https://github.com/elano50/MulticastDelegateKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MulticastDelegate/Classes/**/*"
}