blob: a00893053e6cf0767bde85d04804b195e19d1472 [file] [log] [blame]
{
"name": "XBTimer",
"version": "0.0.2",
"summary": "会自动销毁的定时器,如果owner销毁了,或者timer调用stop并且没有强指针引用timer时,timer会自动销毁",
"description": "会自动销毁的定时器,如果owner销毁了,或者timer调用stop并且没有强指针引用timer时,timer会自动销毁",
"homepage": "https://github.com/huisedediao/XBTimer",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"谢贤彬": "401758785@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/huisedediao/XBTimer.git",
"tag": "0.0.2"
},
"source_files": "XBTimer/*.{h,m}",
"requires_arc": true
}