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

Merge pull request #608 from ivankravets/patch-2

List Unity framework in PlatformIO Registry
This commit is contained in:
Mark VanderVoord
2022-04-22 07:20:33 -04:00
committed by GitHub

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"
}