blob: 765a3b5f93865c28ea13879df04c1a662a7f882b [file] [log] [blame]
{
"name": "Schedule",
"version": "1.0.0",
"summary": "A lightweight task scheduler for Swift.",
"description": "Schedule is a missing lightweight task scheduler for Swift.\nIt allows you run timed tasks using an incredibly human-friendly syntax.",
"homepage": "https://github.com/jianstm/Schedule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Jin": "jianstm@gmail.com"
},
"source": {
"git": "https://github.com/jianstm/Schedule.git",
"tag": "1.0.0"
},
"source_files": "Sources/Schedule/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
}
}