{ | |
"name": "Schedule", | |
"version": "2.0.1", | |
"license": { | |
"type": "MIT" | |
}, | |
"homepage": "https://github.com/jianstm/Schedule", | |
"authors": { | |
"Quentin Jin": "jianstm@gmail.com" | |
}, | |
"summary": "Schedule timing task in Swift using a fluent API", | |
"source": { | |
"git": "https://github.com/jianstm/Schedule.git", | |
"tag": "2.0.1" | |
}, | |
"source_files": "Sources/Schedule/*.swift", | |
"swift_version": "5.0", | |
"platforms": { | |
"ios": "10.0", | |
"osx": "10.12", | |
"tvos": "10.0", | |
"watchos": "3.0" | |
} | |
} |