4 "summary": "Weakly apply an object to a curried static method safely",
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/**/*.{h,swift}"