blob: 412043bdfcc1d22fbb41c6f21487708cd516fa74 [file] [log] [blame]
{
"name": "MathSolver",
"version": "0.2.0",
"summary": "Solver for math equations.",
"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.",
"homepage": "https://github.com/kostub/MathSolver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostub Deshmukh": "kostub@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kostub/MathSolver.git",
"tag": "0.2.0"
},
"source_files": "MathSolver/**/*.{h,m}",
"prefix_header_file": "Log.pch",
"private_header_files": [
"MathSolver/**/internal/*.h",
"MathSolver/analysis/rules/*.h"
],
"dependencies": {
"iosMath": [
"~> 0.7.2"
]
},
"requires_arc": true
}