blob: 9e0dd7c7ec38e5ecee725baa624c68e1089f63ed [file] [log] [blame]
{
"name": "MathParser",
"version": "1.2",
"summary": "A simple parser for Mathematical Expressions.",
"description": "MathParser is a pod that parses strings to decimal values. It allows addition, subtraction, multiplication, division, and exponent algebra.",
"homepage": "https://github.com/jrosen081/MathParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jrosen081": "jrosen081@gmail.com"
},
"source": {
"git": "https://github.com/jrosen081/MathParser.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MathParser/Classes/**/*",
"swift_version": "5.0"
}