blob: 4931f8ec245379e96f76b0e364f25beec1d7eb81 [file] [log] [blame]
{
"name": "MathParser",
"version": "1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MathParser/Classes/**/*",
"swift_version": "5"
}