blob: e3808855cace4e648b1621ddde91cf8022adffae [file] [log] [blame]
{
"name": "CYTimer",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "对NSTimer、CADisplayLink、GCD定时器的封装,内部解决了循环引用、内存泄漏等问题,让我们更加专注在业务上,同时对Application和currentController的生命周期监控并提供了AOP回调",
"homepage": "https://github.com/clarkIsMe/CYTimer.git",
"authors": {
"马春雨": "943051580@qq.com"
},
"source": {
"git": "https://github.com/clarkIsMe/CYTimer.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CYTimer/*.{h,m}"
}