blob: 1a69c5f52cd569fa6e8ba699a9c9ec57154728ff [file] [log] [blame]
{
"name": "NKCWeakTimer",
"version": "0.0.3",
"summary": "A delightful iOS and OS X Weak Timer.",
"description": "`NKCWeakTimer` can be used as `NSTimer`, but do not retain Target.\n`NKCWeakTimer` is implemented by `GCD`, and all founction as `NSTimer`.",
"homepage": "https://github.com/NearKXH/NKCWeakTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Near": "near.kongxh@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/NearKXH/NKCWeakTimer.git",
"tag": "0.0.3"
},
"source_files": "NKCWeakTimer/**/*",
"requires_arc": true
}