[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / 8 / 4 / ISO8601DurationFormatter / 0.0.1 / ISO8601DurationFormatter.podspec.json
blob72fbd6d84e1fecc52ac60e9daba55c787b2bf381
2   "name": "ISO8601DurationFormatter",
3   "version": "0.0.1",
4   "summary": "A Swift formatter to support the duration part of the ISO8601 standard.",
5   "description": "A formatter similar using an API similar to Swift DateFormatter to convert ISO8601 Duration strings into their `TimeInterval` equivalent in seconds, and back.",
6   "homepage": "https://github.com/cyrilchandelier/ISO8601DurationFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cyril Chandelier": "cyril.chandelier@gmail.com"
13   },
14   "social_media_url": "https://github.com/cyrilchandelier",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.4",
19   "source": {
20     "git": "https://github.com/cyrilchandelier/ISO8601DurationFormatter.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Sources/**/*.{swift}",
24   "exclude_files": "Classes/Exclude",
25   "swift_version": "5.4"