blob: e99b34536661fdc1680b64e61709937442a980ae [file] [log] [blame]
{
"name": "CYTimer",
"version": "1.0.2",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CYTimer/*.{h,m}"
}