From b95cd5dc82fb47ebc892a4ec94c0435ed7839097 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 11 Jan 2018 02:25:51 -0800 Subject: [PATCH] Add license scan report and status --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a2fced3..43c68ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # ZZLayout +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsablib%2FZZLayout.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsablib%2FZZLayout?ref=badge_shield) + 基于Rhea来进行布局计算,并没有使用AutoLayout,用法见代码。 目前还比较简单,功能上、API上都是,之后添加其他的功能。 @@ -39,3 +41,7 @@ dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ }); }); ``` + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsablib%2FZZLayout.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsablib%2FZZLayout?ref=badge_large) \ No newline at end of file