blob: 6cd00d3966604f8f371cf52b8762bf3a18d533eb [file] [log] [blame]
{
"name": "SDEDownloadManager",
"version": "0.9.0",
"summary": "A pure Swift implemented library to download file from the web.",
"description": "SDEDownloadManager is a download management library, which is written with Swift and is\ncompatible with Objective-C.\n\nThe same name class SDEDownloadManager provides download management features. And,\na UITableViewController subclass, DownloadListController, coordinates with\nSDEDownloadManager to display and manage download tasks, and track download activity.",
"homepage": "https://github.com/seedante/SDEDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seedante": "seedante@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/seedante/SDEDownloadManager.git",
"tag": "0.9.0"
},
"source_files": [
"SDEDownloadManager/**/*.swift",
"SDEDownloadManager/SDEDownloadManager.h"
],
"exclude_files": "SDEDownloadManager/FeatureTests",
"resources": [
"SDEDownloadManager/Assets/*.xcassets",
"SDEDownloadManager/LocalizableFiles/**/*.strings"
],
"public_header_files": "SDEDownloadManager/SDEDownloadManager.h"
}