From 5acb789a6285e6f3283a7839505167b60c0efdd6 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Wed, 8 Mar 2017 17:05:02 +0100 Subject: [PATCH] More licence for exemple --- Example/OpenSourceController/ViewController.swift | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Example/OpenSourceController/ViewController.swift b/Example/OpenSourceController/ViewController.swift index eba211e..2385a39 100644 --- a/Example/OpenSourceController/ViewController.swift +++ b/Example/OpenSourceController/ViewController.swift @@ -39,7 +39,15 @@ class ViewController: UIViewController { LicenceFile(title: "JSQMessagesViewController", url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/LICENSE"), LicenceFile(title: "OpenSourceController", - url: "https://raw.githubusercontent.com/terflogag/OpenSourceController/master/LICENSE")] + url: "https://raw.githubusercontent.com/terflogag/OpenSourceController/master/LICENSE"), + LicenceFile(title: "PermissionScope", + url: "https://raw.githubusercontent.com/nickoneill/PermissionScope/master/LICENSE"), + LicenceFile(title: "EasyTipView", + url: "https://raw.githubusercontent.com/teodorpatras/EasyTipView/master/LICENSE"), + LicenceFile(title: "ReachabilitySwift", + url: "https://raw.githubusercontent.com/ashleymills/Reachability.swift/master/LICENSE"), + LicenceFile(title: "KeychainAccess", + url: "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/LICENSE")] // Present controller openSourceVC.presentOpenSourceController(from: self)