diff --git a/library.json b/library.json new file mode 100644 index 0000000..3522f1e --- /dev/null +++ b/library.json @@ -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" +}