blob: d684de6e38ae049a2c2296b9592ddad0540e4964 [file] [log] [blame]
{
"name": "MathExpression",
"version": "1.1.0",
"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",
"authors": {
"Pere Daniel Prieto": "math.pedro.daniel.prieto@gmail.com"
},
"source": {
"git": "https://github.com/peredaniel/MathExpression.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"ios": {
"source_files": [
"MathExpression/**/*.{h,m,swift}"
]
},
"tvos": {
"source_files": [
"MathExpression/**/*.{h,m,swift}"
]
},
"osx": {
"source_files": [
"MathExpression/Source/**/*.{h,m,swift}"
]
},
"swift_version": "5.0"
}