[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / e / BUCTimer / 3.0.0 / BUCTimer.podspec.json
bloba61d8e92a1ec3d8a8b1e21251f421462b8ff4771
2   "name": "BUCTimer",
3   "version": "3.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,\ntargeting any queue. Timers can be paused, stopped and restarted.",
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": "3.0.0"
16   },
17   "source_files": "BUCTimer/BUCTimer/**/*.{h,swift}",
18   "requires_arc": true,
19   "pushed_with_swift_version": "4.0"