[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 1 / a / b / RoundedDecimal / 1.1.0 / RoundedDecimal.podspec.json
blob6784dd4cf581ee6889a545f3e7f4426a29005079
2   "name": "RoundedDecimal",
3   "version": "1.1.0",
4   "summary": "Decimals where the number of decimal places is explicitly part of the type",
5   "description": "This library makes the number of decimal places after the point part of the type so that you can guarantee\nthat you are handling a Decimal type with the exact number of decimal places you expect. Converting between\ndecimals of differenct decimal places can be done safely and explicitly using the type system.",
6   "homepage": "https://github.com/SoftwareEngineerChris/RoundedDecimal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/SoftwareEngineerChris/RoundedDecimal.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.9",
21     "watchos": "3.0",
22     "tvos": "10"
23   },
24   "swift_versions": "5.0",
25   "source_files": "Sources/**/*",
26   "swift_version": "5.0"