blob: a0ca459ee07ca45577e263a1caca064511a56702 [file] [log] [blame]
{
"name": "HWWeakTimer",
"version": "1.0",
"summary": "NSTimer alternative that doesn't retain the target.",
"description": "You can create a NSTimer with target and selector and the NSTimer will not maintain a strong reference to target. Or you can use block to create a NSTimer.",
"homepage": "https://github.com/ChatGame/HWWeakTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"callmewhy": "https://github.com/callmewhy"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ChatGame/HWWeakTimer.git",
"tag": "1.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}