blob: 9f7d1bd18c19f3f0e01747a31679bba3cf04f8c1 [file] [log] [blame]
{
"name": "MultiCastDelegateMethod",
"version": "1.2",
"summary": "Multicast Delegate pattern. It also prevents from having strong reference cycles (memory leaks). WeakWrapper handles this.",
"homepage": "https://github.com/lintocj/MulticastDelegate",
"license": "MIT",
"authors": {
"Linto Jacob": "lintojacob2009@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lintocj/MulticastDelegate.git",
"tag": "1.2"
},
"source_files": "MulticastDelegate/**/*.swift",
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}