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