| { |
| "name": "ISO8601Duration", |
| "version": "1.0", |
| "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" |
| }, |
| "source": { |
| "git": "https://github.com/MaciejGad/Duration.git", |
| "tag": "v1.0" |
| }, |
| "source_files": "Duration/Duration.swift", |
| "swift_version": "4.2" |
| } |