blob: fbbc6270630d93c50924644f878fe80302b86804 [file] [log] [blame]
{
"name": "NSKJSON",
"version": "0.8.3",
"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.8.3"
},
"requires_arc": true,
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/Swift/*.swift"
}