[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / d / MathParser / 1.3 / MathParser.podspec.json
blob05708612ca87eb49cf0fcb4fd7c0f5efb2d449fc
2   "name": "MathParser",
3   "version": "1.3",
4   "summary": "A simple parser for Mathematical Expressions.",
5   "description": "MathParser is a pod that parses strings to decimal values. It allows addition, subtraction, multiplication, division, and exponent algebra.",
6   "homepage": "https://github.com/jrosen081/MathParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jrosen081": "jrosen081@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jrosen081/MathParser.git",
16     "tag": "1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MathParser/Classes/**/*",
22   "swift_version": "5.0"