1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 16:35:58 +01:00
Files
Unity/library.json
2022-04-22 17:48:58 +03:00

16 lines
390 B
JSON

{
"name": "Unity",
"version": "2.5.2",
"keywords": "unit-testing, testing, tdd, testing-framework",
"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"
}