[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 4 / f / Eval / 1.3.5 / Eval.podspec.json
blob25a1cbb29961f1dcf4e2985068c845c5a2f9fb7e
2   "name": "Eval",
3   "version": "1.3.5",
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.3.5"
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   }