File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,13 @@ cordova.plugin.http.downloadFile("https://google.com/", {
293
293
294
294
## Libraries
295
295
296
- This plugin utilizes some awesome open source networking libraries. These are both MIT licensed :
296
+ This plugin utilizes some awesome open source libraries:
297
297
298
- - iOS - [ AFNetworking] ( https://github.com/AFNetworking/AFNetworking )
299
- - Android - [ http-request] ( https://github.com/kevinsawicki/http-request )
298
+ - iOS - [ AFNetworking] ( https://github.com/AFNetworking/AFNetworking ) (MIT licensed)
299
+ - Android - [ http-request] ( https://github.com/kevinsawicki/http-request ) (MIT licensed)
300
+ - Cookie handling - [ tough-cookie] ( https://github.com/salesforce/tough-cookie ) (BSD-3-Clause licensed)
300
301
301
- We made a few modifications to both of them .
302
+ We made a few modifications to the networking libraries .
302
303
303
304
## Contribute & Develop
304
305
You can’t perform that action at this time.
0 commit comments