blob: 5f4dcb86aba3e274f34195347eda6d243ece592a [file] [log] [blame]
{
"name": "EngineeringNotationFormatter",
"version": "0.0.1",
"license": {
"type": "BSD",
"text": " We jointly offer this code here with a unattributed BSD style license (see source files).\n"
},
"summary": "C-based Engineering Notation Formatter with a Objective-C wrapper.",
"homepage": "https://github.com/olegam/EngineeringNotationFormatter",
"authors": {
"Ole Gammelgaard Poulsen": "ole@shape.dk"
},
"source": {
"git": "https://github.com/olegam/EngineeringNotationFormatter.git",
"tag": "v0.0.1"
},
"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 ",
"source_files": "EngineeringNotationFormatter/YouNeedTheseFiles/*.{h,m,c}",
"ios": {
"frameworks": "Foundation"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}