blob: 66d557baf147e82c18a25cb5b1ee7923d20256b9 [file] [log] [blame]
{
"name": "Leakify",
"version": "0.1.2",
"summary": "Bunch of higher order functions for better memory-safe syntax",
"description": "Tired of writing `[unowned/weak self] closures on every callback function?\nYou might conside using passing method as a parameter with little help from Leakify.",
"homepage": "https://github.com/wojtowiczm/Leakify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wojtowiczm": "wojtowiczmichal97@gmail.com"
},
"source": {
"git": "https://github.com/wojtowiczm/Leakify.git",
"tag": "0.1.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Leakify/Classes/**/*",
"swift_version": "5.0"
}