blob: 0afa1c3202abf54efbfb6d8dfebfa60ca4644f17 [file] [log] [blame]
{
"name": "Weakify",
"version": "0.2.3",
"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.2.3"
},
"social_media_url": "https://twitter.com/kevlario",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift"
}