4 "summary": "The `Period` class represents a period of time after an NSDate object.",
5 "description": "The `Period` class represents a period of time after an NSDate object.\nIt is in absolute time so it has no references to calendrical properties.\nVarious operations are implemented e.g.:\n- check whether an NSDate instance lies within a Period instance.\n- check whether an Period instance lies within a Period instance.\n- check whether an Period instance overlaps a Period instance.\n- check whether an Period instance is earlier/later than a Period instance without overlap (< or > operators).\n- check whether an Period instance is earlier/later than or overlaps than a Period instance (<= or >= operators).\n- implements Equatable & Comparable protocols.",
6 "homepage": "https://github.com/Hout/Period",
9 "Hout": "Hout@users.noreply.github.com"
12 "git": "https://github.com/Hout/Period.git",
21 "source_files": "Pod/Classes/**/*"