blob: fd0b5feb7f038f6dfdfb624be52dc273443b1042 [file] [log] [blame]
{
"name": "TTGDeallocTaskHelper",
"version": "0.1.0",
"summary": "NSObject Category to perform callback tasks after object dealloc.",
"description": "TTGDeallocTaskHelper is a NSObject Category to perform callback tasks after object dealloc.",
"homepage": "https://github.com/zekunyan/TTGDeallocTaskHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zekunyan": "zekunyan@163.com"
},
"source": {
"git": "https://github.com/zekunyan/TTGDeallocTaskHelper.git",
"tag": "0.1.0"
},
"social_media_url": "http://tutuge.me",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "TTGDeallocTaskHelper/Classes/*",
"public_header_files": "TTGDeallocTaskHelper/Classes/*.h",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}