blob: ef97f98337285416d5b5f04121270a856d97abd4 [file] [log] [blame]
{
"name": "MXTimer",
"version": "0.1.0",
"summary": "对NSTimer的简单封装",
"description": "对NSTimer的简单封装,不用在考虑Timer释放、observer持有问题。。。",
"homepage": "https://github.com/xuvw/MXTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuvw": "smileshitou@hotmail.com"
},
"source": {
"git": "https://github.com/xuvw/MXTimer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MXTimer/Classes/**/*"
}