From 9e5e8aa95e967b07a9968efaef22e8c10ea3358f Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Sat, 8 Oct 2016 17:03:32 +1100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1405b..7628014 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Lantern -Crawl and audit websites. Written in Swift 2. +Crawl and audit websites. Written in Swift 3. ## Links @@ -10,6 +10,9 @@ Crawl and audit websites. Written in Swift 2. ## Libraries Uses: +- [Grain data flow for Swift](https://github.com/BurntCaramel/Grain) +- [BurntCocoaUI](https://github.com/BurntCaramel/BurntCocoaUI) +- [BurntFoundation](https://github.com/BurntCaramel/BurntFoundation) - [WebKit](https://www.webkit.org) - [Alamofire](https://github.com/Alamofire/Alamofire) - [Ono](https://github.com/mattt/Ono)