blob: b55d73813097fe3529b17c78f9cbe38ee6188af8 [file] [log] [blame]
{
"name": "Weakify",
"version": "0.5.0",
"summary": "Weakly associate an object with a reference to one of its methods",
"description": "Weakify is a µframework providing some commonly useful variations of the weakify() function. weakify() is primarily a way to be able to use a method on a class as a closure value that would be managed by some other component, but in a way that prevents memory leaks from occurring.",
"homepage": "https://github.com/klundberg/Weakify",
"license": "MIT",
"authors": {
"Kevin Lundberg": "kevin@klundberg.com"
},
"source": {
"git": "https://github.com/klundberg/Weakify.git",
"tag": "v0.5.0"
},
"social_media_url": "https://twitter.com/kevlario",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/Weakify/*.swift",
"pushed_with_swift_version": "4.0"
}