[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 0 / e / BUCTimer / 1.0.0 / BUCTimer.podspec.json
blob0ea0b36ec07ae85651e03c905e663d09c9b52a07
2   "name": "BUCTimer",
3   "version": "1.0.0",
4   "summary": "A native swift timer based on GCD.",
5   "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",
6   "homepage": "https://github.com/MichaelBuckley/BUCTimer",
7   "license": "MIT",
8   "authors": "Michael Buckley",
9   "platforms": {
10     "ios": "8.0",
11     "osx": "10.9"
12   },
13   "source": {
14     "git": "https://github.com/MichaelBuckley/BUCTimer.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "BUCTimer/BUCTimer/**/*.{h,swift}",
18   "requires_arc": true