blob: 3f5b43228cd17199e3be24bfb94b004bb881b022 [file] [log] [blame]
{
"name": "XBTimer",
"version": "0.0.3",
"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.3"
},
"source_files": "XBTimer/*.{h,m}",
"requires_arc": true
}