[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / b / 7 / MathExpression / 1.0.0 / MathExpression.podspec.json
blobc285acf7b7bcadf7d0e7cc8132f9a75a5ac77985
2   "name": "MathExpression",
3   "version": "1.0.0",
4   "summary": "Framework to parse and evaluate arithmetic mathematical expressions given by a String",
5   "description": "This framework provides an algorithm and an API to easily evaluate arithmetic mathematical expressions given by a String. In addition to the basic arithmetic operators (addition, subtraction, product and division), we can pass in a transformation (in the form of a block) to add flexibility in the expressions provided.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/peredaniel/MathExpression.git",
11   "authors": {
12     "Pere Daniel Prieto": "math.pedro.daniel.prieto@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/peredaniel/MathExpression.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "ios": {
23     "source_files": [
24       "MathExpression/**/*.{h,m,swift}"
25     ]
26   },
27   "swift_version": "5.0"