blob: 0ea0b36ec07ae85651e03c905e663d09c9b52a07 [file] [log] [blame]
{
"name": "BUCTimer",
"version": "1.0.0",
"summary": "A native swift timer based on GCD.",
"description": " A native swift timer based on GCD. Supports timers on any thread,\n targeting any queue. Timers can be paused, stopped and restarted.\n",
"homepage": "https://github.com/MichaelBuckley/BUCTimer",
"license": "MIT",
"authors": "Michael Buckley",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/MichaelBuckley/BUCTimer.git",
"tag": "1.0.0"
},
"source_files": "BUCTimer/BUCTimer/**/*.{h,swift}",
"requires_arc": true
}