blob: edd1ee97218797a86f33dcd61ab12df44299635d [file] [log] [blame]
{
"name": "MathExpression",
"version": "1.0.1",
"summary": "Framework to parse and evaluate arithmetic mathematical expressions given by a String",
"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.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/peredaniel/MathExpression.git",
"authors": {
"Pere Daniel Prieto": "math.pedro.daniel.prieto@gmail.com"
},
"source": {
"git": "https://github.com/peredaniel/MathExpression.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"ios": {
"source_files": [
"MathExpression/**/*.{h,m,swift}"
]
},
"swift_version": "5.0"
}