[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 4 / f / Eval / 1.2.0 / Eval.podspec.json
blob3aabf476bbe7c17cbd8302345636053acb064dbc
2   "name": "Eval",
3   "version": "1.2.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": "Apache 2.0",
8   "authors": {
9     "Laszlo Teveli": "tevelee@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/tevelee/Eval.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "Sources/**/*.{h,swift}",
22   "pushed_with_swift_version": "4.0"