[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / f / ISO8601Duration / 1.2 / ISO8601Duration.podspec.json
blob781b6b34dd4e290e026e3322d11ebbc87541232f
2   "name": "ISO8601Duration",
3   "version": "1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maciej Gad": "https://github.com/MaciejGad"
13   },
14   "social_media_url": "https://twitter.com/maciej_gad",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/MaciejGad/Duration.git",
20     "tag": "v1.2"
21   },
22   "source_files": "Duration/*.swift",
23   "swift_version": "4.2"