2 "name": "DateSequence",
4 "summary": "A helper for creating infinite and bounded Date sequences.",
5 "description": "A helper for creating infinite and bounded Date sequences. It was created to generate ISO-8601 dash-separated date strings for SQLite queries, but can also be used in most places where evenly-spaced Dates are needed. Any `Calendar.Component` can be used, but the API is designed with intervals of at least a whole day in mind.",
6 "homepage": "https://github.com/quells/DateSequence",
12 "quells": "support@kaiwells.me"
15 "git": "https://github.com/quells/DateSequence.git",
21 "swift_version": "4.1",
22 "source_files": "DateSequence/Classes/**/*"