blob: 0f6be806c2d0b2cb2935b7784ab2a10296330ca4 [file] [log] [blame]
{
"name": "NSKJSON",
"version": "0.9",
"summary": "NSKJSON is a swift library for parsing plain-json format and json5 format.",
"homepage": "https://github.com/NSSimpleApps/NSKJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
},
"source": {
"git": "https://github.com/NSSimpleApps/NSKJSON.git",
"tag": "0.9"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/Swift/*.swift",
"swift_version": "5.0"
}