blob: a591757edd52d7dcf2ab985f13006a3e331dec37 [file] [log] [blame]
{
"name": "SwiftCron",
"version": "0.0.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/Rush42/SwiftCron",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keegan Rush": "galaxyplansoftware@gmail.com"
},
"social_media_url": "https://twitter.com/RushKeegan",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Rush42/SwiftCron.git",
"tag": "0.0.3"
},
"source_files": [
"SwiftCron",
"SwiftCron/**/*.swift}"
],
"exclude_files": "Classes/Exclude"
}