blob: 3aabf476bbe7c17cbd8302345636053acb064dbc [file] [log] [blame]
{
"name": "Eval",
"version": "1.2.0",
"summary": "Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime",
"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.",
"homepage": "https://tevelee.github.io/Eval/",
"license": "Apache 2.0",
"authors": {
"Laszlo Teveli": "tevelee@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/tevelee/Eval.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.{h,swift}",
"pushed_with_swift_version": "4.0"
}