blob: 6cde76003535e83616843bfe84ef5919668fb734 [file] [log] [blame]
{
"name": "DDMathParser",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "String → Number",
"description": "An extensible and flexible library to parse a string\nas a mathematical expression and evaluate it.",
"homepage": "https://github.com/davedelong/DDMathParser",
"social_media_url": "https://twitter.com/davedelong",
"authors": {
"Dave DeLong": "me@davedelong.com"
},
"source": {
"git": "https://github.com/davedelong/DDMathParser.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "MathParser/*.{h,m,swift}",
"requires_arc": true,
"module_name": "MathParser"
}