blob: 4333c7ad827178a5aa454872b1d84ffe07cd366f [file] [log] [blame]
{
"name": "MFMathLib",
"version": "1.0.0",
"license": "Public Domain",
"summary": "8-bit to 1024-bit precision arithmetic with overflow/underflow tracking.",
"homepage": "https://github.com/freshcode/MFMathLib",
"authors": {
"Freshcode": "info@madefresh.ca"
},
"source": {
"git": "https://github.com/freshcode/MFMathLib.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"MathLib/mfmathlib.{h,c}"
],
"requires_arc": true
}