[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 4 / f / Eval / 1.5.0 / Eval.podspec.json
bloba66c5ffcb6e069085b38e7e49d782d78ef8c84d1
2   "name": "Eval",
3   "version": "1.5.0",
4   "summary": "Eval is a lightweight interpreter framework written in  Swift, evaluating expressions at runtime",
5   "description": "Eval is a lightweight interpreter framework written in Swift, for 📱iOS, 🖥 macOS, and 🐧Linux platforms.\n\nIt evaluates expressions at runtime, with operators and data types you define.",
6   "homepage": "https://tevelee.github.io/Eval/",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Laszlo Teveli": "tevelee@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/tevelee",
15   "source": {
16     "git": "https://github.com/tevelee/Eval.git",
17     "tag": "1.5.0"
18   },
19   "source_files": "Sources/**/*.{h,swift}",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   }