2 "name": "ISO8601Duration",
4 "summary": "ISO 8601 duration implementation for Swift using Codable",
5 "description": "This micro-framework should help with handling duration written using the ISO 8601 standard. It allows parsing a string like \"P3Y6M4DT12H30M5S\" to TimeInterval.",
6 "homepage": "https://github.com/MaciejGad/Duration",
12 "Maciej Gad": "https://github.com/MaciejGad"
14 "social_media_url": "https://twitter.com/maciej_gad",
19 "git": "https://github.com/MaciejGad/Duration.git",
22 "source_files": "Duration/*.swift",
23 "swift_version": "4.2"