blob: bf1f9246b6fdf49e864a4a7fc46e03fa9a71e1ee [file] [log] [blame]
{
"name": "TTGDeallocTaskHelper",
"version": "0.1.1",
"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.1"
},
"social_media_url": "http://tutuge.me",
"platforms": {
"osx": "10.8",
"ios": "7.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "TTGDeallocTaskHelper/Classes/*",
"public_header_files": "TTGDeallocTaskHelper/Classes/*.h",
"frameworks": "CoreFoundation"
}