blob: e415689a6afc1c01cab2895bdfd562d2886ef672 [file] [log] [blame]
{
"name": "SwiftCron",
"version": "0.2.0",
"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": "MIT",
"authors": {
"Keegan Rush": "galaxyplansoftware@gmail.com"
},
"source": {
"git": "https://github.com/Rush42/SwiftCron.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/RushKeegan",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftCron/Classes/**/*"
}