[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 3 / e / DateSequence / 0.1.1 / DateSequence.podspec.json
blobc9035b4440e5154da02dfeec224b2c1b80868d89
2   "name": "DateSequence",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "DateSequence/Classes/**/*"