{"id":18839732,"url":"https://github.com/maximbilan/mbfiledownloader","last_synced_at":"2025-04-14T07:00:20.078Z","repository":{"id":30656844,"uuid":"34212510","full_name":"maximbilan/MBFileDownloader","owner":"maximbilan","description":"A file downloader.","archived":false,"fork":false,"pushed_at":"2018-09-18T12:43:37.000Z","size":29,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T19:03:51.843Z","etag":null,"topics":["download","downloader","file","ios","ios-app","objective-c"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maximbilan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-19T15:39:23.000Z","updated_at":"2024-12-17T09:09:58.000Z","dependencies_parsed_at":"2022-08-21T04:20:20.968Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/MBFileDownloader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FMBFileDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FMBFileDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FMBFileDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FMBFileDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/MBFileDownloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837285,"owners_count":21169374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["download","downloader","file","ios","ios-app","objective-c"],"created_at":"2024-11-08T02:43:54.566Z","updated_at":"2025-04-14T07:00:20.050Z","avatar_url":"https://github.com/maximbilan.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MBFileDownloader\n\n[![Version](https://img.shields.io/cocoapods/v/MBFileDownloader.svg?style=flat)](http://cocoadocs.org/docsets/MBFileDownloader)\n[![License](https://img.shields.io/cocoapods/l/MBFileDownloader.svg?style=flat)](http://cocoadocs.org/docsets/MBFileDownloader)\n[![Platform](https://img.shields.io/cocoapods/p/MBFileDownloader.svg?style=flat)](http://cocoadocs.org/docsets/MBFileDownloader)\n[![CocoaPods](https://img.shields.io/cocoapods/dt/MBFileDownloader.svg)](https://cocoapods.org/pods/MBFileDownloader)\n[![CocoaPods](https://img.shields.io/cocoapods/dm/MBFileDownloader.svg)](https://cocoapods.org/pods/MBFileDownloader)\n\nSimple file downloader for \u003ci\u003eiOS\u003c/i\u003e based on \u003ca href=\"https://developer.apple.com/library/prerelease/mac/documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/index.html\"\u003eNSURLConnection\u003c/a\u003e.\u003cbr\u003e\nDownloader writes the data into a file, not into memory.\n\u003cbr\u003e\n## Installation\n\u003cb\u003eCocoaPods\u003c/b\u003e:\n\u003cpre\u003e\npod 'MBFileDownloader'\n\u003c/pre\u003e\n\u003cb\u003eManual\u003c/b\u003e:\n\u003cpre\u003e\nJust copy the following files into your project:\n\n\u003ci\u003eMBFileDownloader.h\nMBFileDownloader.mm\u003c/i\u003e\n\u003c/pre\u003e\n## Using\n\u003cpre\u003e\nMBFileDownloader *fileDownloader = [[MBFileDownloader alloc] initWithURL:url toFilePath:filePath];\n[fileDownloader downloadWithSuccess:^{\n    NSLog(@\"success\");\n} update:^(float value) {\n    NSLog(@\"%f\", value);\n} failure:^(NSError *error) {\n    NSLog(@\"%@\", error);\n}];\n\u003c/pre\u003e\n\n## License\n\nMBFileDownloader is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fmbfiledownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fmbfiledownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fmbfiledownloader/lists"}