blob: 1c23c9c43bbc0b36a6a7cc8f1be72b35af5664a9 [file] [log] [blame]
{
"name": "JsonLite",
"version": "1.1.0",
"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@gmail.com"
},
"source": {
"git": "https://github.com/amamchur/jsonlite.git",
"tag": "v1.1.0"
},
"source_files": [
"amalgamated/jsonlite/*.{h,c}",
"objc/*.{h,m}"
],
"public_header_files": [
"amalgamated/*.h",
"objc/*.h"
],
"frameworks": "Foundation",
"requires_arc": false
}