blob: 9f1a98e89a7dbb007ba929cbbfe64a1a7de40de8 [file] [log] [blame]
{
"name": "ISO8601Duration",
"version": "1.3.1",
"summary": "ISO 8601 duration implementation for Swift using Codable",
"description": "This micro-framework should help with handling duration written using the ISO 8601 standard. It allows parsing a string like \"P3Y6M4DT12H30M5S\" to TimeInterval.",
"homepage": "https://github.com/MaciejGad/Duration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gad": "https://github.com/MaciejGad"
},
"social_media_url": "https://twitter.com/maciej_gad",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/MaciejGad/Duration.git",
"tag": "v1.3.1"
},
"source_files": "Duration/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}