[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / b / 6 / SwiftCron / 0.0.4 / SwiftCron.podspec.json
blobed20798795331acc2cc8256110689320cb8deba7
2   "name": "SwiftCron",
3   "version": "0.0.4",
4   "summary": "Cron expression parser",
5   "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.",
6   "homepage": "https://github.com/Rush42/SwiftCron",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Keegan Rush": "galaxyplansoftware@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/RushKeegan",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Rush42/SwiftCron.git",
20     "tag": "0.0.4"
21   },
22   "source_files": [
23     "SwiftCron",
24     "SwiftCron/**/*.swift}"
25   ]