blob: 25a1cbb29961f1dcf4e2985068c845c5a2f9fb7e [file] [log] [blame]
{
"name": "Eval",
"version": "1.3.5",
"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": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Laszlo Teveli": "tevelee@gmail.com"
},
"social_media_url": "http://twitter.com/tevelee",
"source": {
"git": "https://github.com/tevelee/Eval.git",
"tag": "1.3.5"
},
"source_files": "Sources/**/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}