2 "name": "NKTimeIntervalTextTransformation",
4 "summary": "Transformation TimeInterval between dates with customization of the declination rules",
5 "description": "This framework provides the means for converting the numerical value of the time interval between two dates into a meaningful verbal form. Conversion occurs based on rules that are set by the user of the framework.\n\nThe framework contains:\n- structure `NKTextTimeIntervalConfiguration`, which contains rules for converting a numerical value to a string format, performs transformations based on the specified rules;\n- `TimeInterval` extension that computes the number of time components in the specified interval in the form of `Double` (`Double` is used instead of `Int` with the purpose that the user of the framework can independently set the rules for rounding or forming a line for fractional values);\n- `Date` class, which, based on date comparisons, generates a string representation of a time interval according to specified rules.",
6 "homepage": "https://github.com/nkopilovskii/NKTimeIntervalTextTransformation",
12 "nkopilovskii": "nkopilovskii@gmail.com"
15 "git": "https://github.com/nkopilovskii/NKTimeIntervalTextTransformation.git",
18 "social_media_url": "https://twitter.com/MKopilovskii",
22 "swift_versions": "5.0",
23 "source_files": "NKTimeIntervalTextTransformation/Classes/**/*",
24 "swift_version": "5.0"