blob: cda6d028677210b3fed6955cc4b1ba34542cf727 [file] [log] [blame]
{
"name": "NSTimer+WeakTarget",
"version": "1.0",
"summary": "A NSTimer category which adds the support of weak target for NSTimer",
"homepage": "https://github.com/YuAo/NSTimer-WeakTarget",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YuAo": "me@imyuao.com"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "NSTimer+WeakTarget/*.{h,m}",
"source": {
"git": "https://github.com/YuAo/NSTimer-WeakTarget.git",
"tag": "1.0"
}
}