summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library.json28
1 files changed, 17 insertions, 11 deletions
diff --git a/library.json b/library.json
index d7abe89..c3acc24 100644
--- a/library.json
+++ b/library.json
@@ -1,13 +1,19 @@
{
- "name": "tiny-AES-c",
- "keywords": "cryptography, aes",
- "description": "Small portable AES128/192/256 in C",
- "repository":
- {
- "type": "git",
- "url": "https://github.com/kokke/tiny-AES-c.git"
- },
- "frameworks": "*",
- "platforms": "*",
- "examples": "test.c"
+ "version": "1.0.0",
+ "name": "tiny-AES-c",
+ "keywords": "cryptography, aes",
+ "description": "Small portable AES128/192/256 in C",
+ "repository":
+ {
+ "type": "git",
+ "branch": "master",
+ "url": "https://github.com/kokke/tiny-AES-c.git"
+ },
+ "frameworks": "*",
+ "platforms": "*",
+ "examples": "test.c",
+ "build":
+ {
+ "srcFilter": "+<*> -<.git/> -<test.c> -<test.cpp> -<test_package/>"
+ }
}