2 "name": "MathExpression",
4 "summary": "Framework to parse and evaluate arithmetic mathematical expressions given by a String",
5 "description": "This framework provides an algorithm and an API to easily evaluate arithmetic mathematical expressions given by a String. In addition to the basic arithmetic operators (addition, subtraction, product and division), we can pass in a transformation (in the form of a block) to add flexibility in the expressions provided.",
10 "homepage": "https://github.com/peredaniel/MathExpression.git",
12 "Pere Daniel Prieto": "math.pedro.daniel.prieto@gmail.com"
15 "git": "https://github.com/peredaniel/MathExpression.git",
21 "swift_versions": "5.0",
24 "MathExpression/**/*.{h,m,swift}"
27 "swift_version": "5.0"