blob: afa009ed06550ebcb731e9a7e50a19d3eb21aaf4 [file] [log] [blame]
{
"name": "SwiftCron",
"version": "0.4.3",
"summary": "Cron expression parser.",
"description": "A cron expression parser written in Swift that can take a cron string and give you the next run date and time specified in the string.",
"homepage": "https://github.com/TheCodedSelf/SwiftCron",
"license": "MIT",
"authors": {
"Keegan Rush": "thecodedself@gmail.com"
},
"source": {
"git": "https://github.com/TheCodedSelf/SwiftCron.git",
"tag": "0.4.3"
},
"social_media_url": "https://twitter.com/RushKeegan",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}