blob: 8c49029ac96d9b28d096f5a2e161a9a382c45fff [file] [log] [blame]
{
"name": "YXTimer",
"summary": "A timer based on GCD implementation provides pause and recovery functions.",
"version": "1.0.0",
"homepage": "https://github.com/xinghanjie/YXTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Heikki": "xinghanjie@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xinghanjie/YXTimer.git",
"tag": "1.0.0"
},
"source_files": "YXTimer/*.{h,m}",
"requires_arc": true,
"public_header_files": "YXTimer/*.{h}"
}