blob: f52cf5632bfbfd5196647f416a4841d5014846e1 [file] [log] [blame]
{
"name": "DFCalculatorBrain",
"version": "0.0.5",
"summary": "Helps you to create a simple caculator.",
"description": "Helps you to create a simple caculator.\nThe calculator can be displayed like 3+2-5x6. And will only show result when you click =",
"homepage": "https://github.com/wangqi03/DFCalculatorBrain",
"license": "MIT",
"authors": {
"wangqi03": "wangqi03@outlook.com"
},
"source": {
"git": "https://github.com/wangqi03/DFCalculatorBrain.git",
"tag": "0.0.5"
},
"source_files": "Calculator/CalculatorBrain/**/*.{h,m}",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}