blob: 81fc5fc5920f1d67e2bf4f4b16018e9170cb3dbe [file] [log] [blame]
{
"name": "Schedule",
"version": "0.0.6",
"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.6"
},
"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"
}
}