blob: b1b51a0baefa988462346b9bb8f7ef20f9b495e4 [file] [log] [blame]
{
"name": "Schedule",
"version": "0.0.9",
"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": "0.0.9"
},
"source_files": "Sources/Schedule/*.swift",
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
}
}