blob: 10430219874f01b6c8bf7b393dc53161bf1691a1 [file] [log] [blame]
{
"name": "Schedule",
"version": "0.0.4",
"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.4"
},
"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"
}
}