2 "name": "EngineeringNotationFormatter",
6 "text": " We jointly offer this code here with a unattributed BSD style license (see source files).\n"
8 "summary": "C-based Engineering Notation Formatter with a Objective-C wrapper.",
9 "homepage": "https://github.com/olegam/EngineeringNotationFormatter",
11 "Ole Gammelgaard Poulsen": "ole@shape.dk"
14 "git": "https://github.com/olegam/EngineeringNotationFormatter.git",
17 "description": "\n C-based Engineering Notation Formatter with a Objective-C wrapper, and handles variable digits, style, and step capability. Can also format numbers with SI-style suffixes.\n\n Can output strings like 7.14e3, 3.43 M, or 6.32 m.\n ",
18 "source_files": "EngineeringNotationFormatter/YouNeedTheseFiles/*.{h,m,c}",
20 "frameworks": "Foundation"