blob: 05708612ca87eb49cf0fcb4fd7c0f5efb2d449fc [file] [log] [blame]
{
"name": "MathParser",
"version": "1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MathParser/Classes/**/*",
"swift_version": "5.0"
}