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