blob: d2f87261489d89ea822b93dec7dd1377b3c199d5 [file] [log] [blame]
{
"name": "WTTimer",
"version": "0.0.3",
"summary": "A Category of NSTimer can avoid memory leak that caused by circular reference.",
"description": "This library provides a category for NSTimer. You don't need to invoke the invalidate method in timer manually, which can avoid memory leak that caused by circular reference.",
"homepage": "https://github.com/windtersharp/NSTimer",
"authors": {
"windtersharp": "windter@126.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/windtersharp/NSTimer.git",
"tag": "0.0.3"
},
"source_files": "Timer/NSTimer+WTUtils.{h,m}",
"public_header_files": "Timer/NSTimer+WTUtils.h"
}