4 "summary": "A set of functions that allow you to weakly apply an object to a method so that it can be used without causing memory leaks.",
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",
21 "source_files": "Weakify/*.swift"