[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 3 / e / DateSequence / 0.1.0 / DateSequence.podspec.json
blobc01830de171d173d6c13fec2dc003dfd175f737c
2   "name": "DateSequence",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quells": "support@kaiwells.me"
13   },
14   "source": {
15     "git": "https://github.com/quells/DateSequence.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "DateSequence/Classes/**/*"