blob: c01830de171d173d6c13fec2dc003dfd175f737c [file] [log] [blame]
{
"name": "DateSequence",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "DateSequence/Classes/**/*"
}