blob: f37edacde9bca338231be4c768c8838614919bbf [file] [log] [blame]
{
"name": "SwifCron",
"version": "1.2.0",
"summary": "⏱ An awesome and simple pure swift cron expressions parser and scheduler",
"description": "With this lib you will be able to easily parse cron strings and get next launch dates",
"homepage": "https://github.com/MihaelIsaev/SwifCron",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MihaelIsaev": "isaev.mihael@gmail.com"
},
"source": {
"git": "https://github.com/MihaelIsaev/SwifCron.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/SwifCron/**/*",
"swift_version": "4.2"
}