blob: 8c0c9b8cab55f4e7694df40bd58f313f5b5b9dd9 [file] [log] [blame]
{
"name": "JKAutoReleaseTimer",
"version": "1.0.2",
"summary": "低耦合的自释放定时器(NSTimer + GCD 定时器)",
"homepage": "https://github.com/XiFengLang/JKAutoReleaseTimer",
"license": "MIT",
"authors": {
"XiFengLang": "lang131jp@vip.qq.com"
},
"source": {
"git": "https://github.com/XiFengLang/JKAutoReleaseTimer.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "src/*.{h,m}"
}