blob: 8c5f3b681070fe225fd7b9c6ba6195c36d20ae4b [file] [log] [blame]
{
"name": "Delegated",
"version": "0.1.0",
"summary": "Closure-based delegation without memory leaks",
"description": "Delegated is a super small package that solves the retain cycle problem when dealing with closure-based delegation.",
"homepage": "https://github.com/dreymonde/Delegated",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleg Dreyman": "dreymonde@me.com"
},
"social_media_url": "https://twitter.com/olegdreyman",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dreymonde/Delegated.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0.3"
}