blob: 034f9e71371aa4bb1c03c11eab76178b35549977 [file] [log] [blame]
{
"name": "jsonlogic",
"version": "1.0.0",
"summary": "A JsonLogic Swift library",
"description": "A JsonLogic implementation in Swift. JsonLogic is a way to write rules that involve computations in JSON format, these can be applied on JSON data with consistent results. So you can share between server and clients rules in a common format.",
"homepage": "https://github.com/advantagefse/json-logic-swift",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"Christos Koninis": "c.koninis@afse.eu"
},
"source": {
"git": "https://github.com/advantagefse/json-logic-swift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "10.0",
"watchos": "2.0",
"osx": "10.12"
},
"cocoapods_version": ">= 1.6.1",
"frameworks": "Foundation",
"source_files": "Sources/jsonlogic/*.swift",
"module_name": "jsonlogic",
"dependencies": {
"json-enum": [
"~> 1.0"
]
}
}