blob: 6f694f1ba12fb36b707f8c4a794a83c64dd6ab56 [file] [log] [blame]
{
"name": "json-enum",
"version": "1.0.0",
"summary": "Parsing JSON to Swift enum parsing library",
"description": "Representing a JSON using a enumerated type makes it easy and type safe.",
"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": "json-enum-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/JSON/*.swift",
"module_name": "JSON"
}