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",
12 "Pere Daniel Prieto": "math.pedro.daniel.prieto@gmail.com"
15 "git": "https://github.com/peredaniel/MathExpression.git",
23 "swift_versions": "5.0",
26 "MathExpression/**/*.{h,m,swift}"
31 "MathExpression/**/*.{h,m,swift}"
36 "MathExpression/Source/**/*.{h,m,swift}"
39 "swift_version": "5.0"