blob: 9048a13a6cdd957a35ca099cbb0b340ef22947ab [file] [log] [blame]
{
"name": "BUCTimer",
"version": "2.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": "2.0.0"
},
"source_files": "BUCTimer/BUCTimer/**/*.{h,swift}",
"requires_arc": true
}