cJSON/library.json
Ajay Bhargav a4ffeebc73 Add library.json for PlatformIO support
This patch add support for using cJSON as platformIO library. Simply
clone the cJSON repo in PlatformIO Project under "<project_root>/lib"
directory. PlatformIO Library dependency finder will automatically find
it without any extra work needed to use the library in project.

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2022-12-30 13:29:36 +05:30

19 lines
199 B
JSON

{
"name": "cJSON",
"version": "1.7.14",
"frameworks": "*",
"platforms": "*",
"dependencies": [
],
"build": {
"srcFilter": [
"-<*>",
"+<cJSON.c>"
],
"flags": [
"-I ./"
]
}
}