cJSON/platform.json
Ajay Bhargav 6d7997a1c8
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>
2021-05-05 16:23:13 +05:30

19 lines
199 B
JSON

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