blob: ebd9adb78c772d7bf6379d13c33908f0d6ff7fc9 [file] [log] [blame]
{
"name": "JsonLite",
"version": "1.2.1",
"summary": "High performance and low memory footprint JSON parser for mobile/embedded systems.",
"homepage": "https://github.com/amamchur/jsonlite",
"license": "Apache License, Version 2.0",
"authors": {
"Andrii Mamchur": "andrii@mamchur.net"
},
"source": {
"git": "https://github.com/amamchur/jsonlite.git",
"tag": "v1.2.1"
},
"source_files": [
"amalgamated/jsonlite/*.{h,c}",
"objc/*.{h,m}"
],
"public_header_files": [
"amalgamated/jsonlite/*.h",
"objc/*.h"
],
"requires_arc": false
}