[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 5 / 9 / SDEDownloadManager / 0.9.0 / SDEDownloadManager.podspec.json
blob6cd00d3966604f8f371cf52b8762bf3a18d533eb
2   "name": "SDEDownloadManager",
3   "version": "0.9.0",
4   "summary": "A pure Swift implemented library to download file from the web.",
5   "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.",
6   "homepage": "https://github.com/seedante/SDEDownloadManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "seedante": "seedante@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_version": "4.0",
18   "source": {
19     "git": "https://github.com/seedante/SDEDownloadManager.git",
20     "tag": "0.9.0"
21   },
22   "source_files": [
23     "SDEDownloadManager/**/*.swift",
24     "SDEDownloadManager/SDEDownloadManager.h"
25   ],
26   "exclude_files": "SDEDownloadManager/FeatureTests",
27   "resources": [
28     "SDEDownloadManager/Assets/*.xcassets",
29     "SDEDownloadManager/LocalizableFiles/**/*.strings"
30   ],
31   "public_header_files": "SDEDownloadManager/SDEDownloadManager.h"