1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

List Unity framework in PlatformIO Registry

This commit is contained in:
Ivan Kravets
2022-04-22 13:43:32 +03:00
committed by GitHub
parent 4389bab82e
commit e85f439c98

15
library.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Unity",
"version": "2.5.2",
"keywords": "unittest, tdd, unit, test",
"description": "Simple Unit Testing for C",
"homepage": "http://www.throwtheswitch.org/unity",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ThrowTheSwitch/Unity.git"
},
"frameworks": "*",
"platforms": "*",
"headers": "unity.h"
}