[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / f / a / MathSolver / 0.2.0 / MathSolver.podspec.json
blob412043bdfcc1d22fbb41c6f21487708cd516fa74
2   "name": "MathSolver",
3   "version": "0.2.0",
4   "summary": "Solver for math equations.",
5   "description": "MathSolver is a library for solving math equations. It can\nparse math equations from a string or LaTeX and then solve\nthem to the lowest possible form.",
6   "homepage": "https://github.com/kostub/MathSolver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kostub Deshmukh": "kostub@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/kostub/MathSolver.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "MathSolver/**/*.{h,m}",
22   "prefix_header_file": "Log.pch",
23   "private_header_files": [
24     "MathSolver/**/internal/*.h",
25     "MathSolver/analysis/rules/*.h"
26   ],
27   "dependencies": {
28     "iosMath": [
29       "~> 0.7.2"
30     ]
31   },
32   "requires_arc": true