blob: a61d8e92a1ec3d8a8b1e21251f421462b8ff4771 [file] [log] [blame]
{
"name": "BUCTimer",
"version": "3.0.0",
"summary": "A native swift timer based on GCD.",
"description": "A native swift timer based on GCD. Supports timers on any thread,\ntargeting any queue. Timers can be paused, stopped and restarted.",
"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": "3.0.0"
},
"source_files": "BUCTimer/BUCTimer/**/*.{h,swift}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}