blob: a74d29d8d956183b7472fbb3bc10334ce6fd854b [file] [log] [blame]
{
"name": "WTTimer",
"version": "0.0.1",
"summary": "A Category of NSTimer can avoid memory leak that caused by circular reference.",
"description": "This library provides a category for NSTimer. It 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": "7.0"
},
"source": {
"git": "https://github.com/windtersharp/NSTimer.git",
"tag": "0.0.1"
},
"source_files": "Timer/NSTimer+WTUtils.{h,m}",
"public_header_files": "Timer/NSTimer+WTUtils.h"
}