[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / b / 7 / MathExpression / 1.2.0 / MathExpression.podspec.json
blob2c6afb4133c55556c38e05ab99fc3e52d8f7c825
2   "name": "MathExpression",
3   "version": "1.2.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",
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.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "osx": "10.10"
22   },
23   "swift_versions": "5.0",
24   "ios": {
25     "source_files": [
26       "MathExpression/**/*.{h,m,swift}"
27     ]
28   },
29   "tvos": {
30     "source_files": [
31       "MathExpression/**/*.{h,m,swift}"
32     ]
33   },
34   "osx": {
35     "source_files": [
36       "MathExpression/Source/**/*.{h,m,swift}"
37     ]
38   },
39   "swift_version": "5.0"