4 "summary": "Weakly associate an object with a reference to one of its methods",
5 "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.",
6 "homepage": "https://github.com/klundberg/Weakify",
9 "Kevin Lundberg": "kevin@klundberg.com"
12 "git": "https://github.com/klundberg/Weakify.git",
15 "social_media_url": "https://twitter.com/kevlario",
22 "source_files": "Sources/**/*.swift",
23 "pushed_with_swift_version": "3.0"