blob: c9035b4440e5154da02dfeec224b2c1b80868d89 [file] [log] [blame]
{
"name": "DateSequence",
"version": "0.1.1",
"summary": "A helper for creating infinite and bounded Date sequences.",
"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.",
"homepage": "https://github.com/quells/DateSequence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quells": "support@kaiwells.me"
},
"source": {
"git": "https://github.com/quells/DateSequence.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "DateSequence/Classes/**/*"
}