blob: 74cd05ed74ff90e694056391ef032f3638605d01 [file] [log] [blame]
{
"name": "Schedule",
"version": "0.0.5",
"summary": "Task Scheduler for Swift.",
"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.5"
},
"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"
}
}