[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 2 / 5 / f / Schedule / 0.1.1 / Schedule.podspec.json
blob80e061b0ecf522d12ac3364e51e7a3ff5d065d9b
2   "name": "Schedule",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "source_files": "Sources/Schedule/*.swift",
19   "requires_arc": true,
20   "swift_version": "4.1",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   }