[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 3 / f / 0 / DDMathParser / 2.0.0 / DDMathParser.podspec.json
blob6cde76003535e83616843bfe84ef5919668fb734
2   "name": "DDMathParser",
3   "version": "2.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "String → Number",
9   "description": "An extensible and flexible library to parse a string\nas a mathematical expression and evaluate it.",
10   "homepage": "https://github.com/davedelong/DDMathParser",
11   "social_media_url": "https://twitter.com/davedelong",
12   "authors": {
13     "Dave DeLong": "me@davedelong.com"
14   },
15   "source": {
16     "git": "https://github.com/davedelong/DDMathParser.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "source_files": "MathParser/*.{h,m,swift}",
25   "requires_arc": true,
26   "module_name": "MathParser"