[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 2 / 5 / f / Schedule / 1.0.0 / Schedule.podspec.json
blob765a3b5f93865c28ea13879df04c1a662a7f882b
2   "name": "Schedule",
3   "version": "1.0.0",
4   "summary": "A lightweight task scheduler for Swift.",
5   "description": "Schedule is a missing lightweight task scheduler for Swift.\nIt allows you run timed tasks using an incredibly human-friendly syntax.",
6   "homepage": "https://github.com/jianstm/Schedule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quentin Jin": "jianstm@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jianstm/Schedule.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Sources/Schedule/*.swift",
19   "requires_arc": true,
20   "swift_version": "4.2",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   }