blob: 064cced5507b46a7a079b05c50a0c4d67a66f6d8 [file] [log] [blame]
{
"name": "Delegating",
"version": "1.0.0",
"summary": "Closure-based delegation without memory leaks",
"description": "Delegating is a super small package that solves the retain cycle problem when dealing with closure-based delegation.",
"homepage": "https://github.com/Meniny/Delegating",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Meniny/Delegating.git",
"tag": "1.0.0"
},
"source_files": "Delegating/**/*",
"frameworks": "Foundation"
}