4 "summary": "Solver for math equations.",
5 "description": "MathSolver is a library for solving math equations. It can\nparse math equations from a string or LaTeX and then solve\nthem to the lowest possible form.",
6 "homepage": "https://github.com/kostub/MathSolver",
12 "Kostub Deshmukh": "kostub@gmail.com"
18 "git": "https://github.com/kostub/MathSolver.git",
21 "source_files": "MathSolver/**/*.{h,m}",
22 "prefix_header_file": "Log.pch",
23 "private_header_files": [
24 "MathSolver/**/internal/*.h",
25 "MathSolver/analysis/rules/*.h"