From 55ba423d2f51dc2b9dfbcafd2ee657cd0060f9a8 Mon Sep 17 00:00:00 2001 From: Sefa Ilkimen Date: Fri, 24 Nov 2017 19:48:39 +0100 Subject: [PATCH] update readme to include tough-cookie --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1409d6b..a3e4c84 100644 --- a/README.md +++ b/README.md @@ -293,12 +293,13 @@ cordova.plugin.http.downloadFile("https://google.com/", { ## Libraries -This plugin utilizes some awesome open source networking libraries. These are both MIT licensed: +This plugin utilizes some awesome open source libraries: - - iOS - [AFNetworking](https://github.com/AFNetworking/AFNetworking) - - Android - [http-request](https://github.com/kevinsawicki/http-request) + - iOS - [AFNetworking](https://github.com/AFNetworking/AFNetworking) (MIT licensed) + - Android - [http-request](https://github.com/kevinsawicki/http-request) (MIT licensed) + - Cookie handling - [tough-cookie](https://github.com/salesforce/tough-cookie) (BSD-3-Clause licensed) -We made a few modifications to both of them. +We made a few modifications to the networking libraries. ## Contribute & Develop