blob: 5cd8b18b9e9df8ebb281328e38418c8d1acc923f [file] [log] [blame]
{
"name": "Weakify",
"version": "0.1.2",
"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.",
"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.1.2"
},
"social_media_url": "https://twitter.com/kevlario",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Weakify/*.swift"
}