blob: 9e422b6183eb02c727b5b36af73f84bc7441866d [file] [log] [blame]
{
"name": "RSDeallocHandler",
"version": "1.1.1",
"summary": "NSObject category for adding and removing dealloc handler blocks.",
"homepage": "https://github.com/rabovik/RSDeallocHandler",
"license": "MIT",
"authors": {
"Yan Rabovik": "yan@rabovik.ru"
},
"source": {
"git": "https://github.com/rabovik/RSDeallocHandler.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "RSDeallocHandler",
"requires_arc": true,
"dependencies": {
"RSSwizzle": [
"~> 0.0"
]
}
}