blob: 9da75712ba861682f2647583dfd65fa2a8d6df74 [file] [log] [blame]
{
"name": "NSObject+Dealloc",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Category used to know when your object has been deallocated",
"homepage": "https://github.com/RuiAAPeres/NSObject-Dealloc",
"authors": {
"R. Peres": "sauron.is.alive@gmail.com"
},
"source": {
"git": "https://github.com/RuiAAPeres/NSObject-Dealloc.git",
"tag": "1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSObject+Dealloc.{h,m}",
"requires_arc": true
}