blob: 94226fb22476daf2abe819521592b33a054d2633 [file] [log] [blame]
{
"name": "NSKJSON",
"version": "0.9.2",
"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.2"
},
"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"
}