[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 4 / NKTimeIntervalTextTransformation / 0.1.2 / NKTimeIntervalTextTransformation.podspec.json
blob6f1955d980926732db47196ff6ae1d0908b23b3d
2   "name": "NKTimeIntervalTextTransformation",
3   "version": "0.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nkopilovskii": "nkopilovskii@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nkopilovskii/NKTimeIntervalTextTransformation.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/MKopilovskii",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "NKTimeIntervalTextTransformation/Classes/**/*",
24   "swift_version": "5.0"