[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / f / PiDownload / 1.0.0 / PiDownload.podspec.json
blobac65aef2288f0bfbccb913fc81100ba51307315d
2   "name": "PiDownload",
3   "version": "1.0.0",
4   "summary": "iOS / macOS 后台断点下载",
5   "homepage": "https://coderpif.github.io",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CoderPiF": "CoderPiF@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/CoderPiF/PiDownload.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "PiDownload/PiDownload*.{h,m}",
22   "ios": {
23     "source_files": "PiDownload/Reachability.{h,m}",
24     "frameworks": "UIKit"
25   },
26   "public_header_files": [
27     "PiDownload/PiDownload.h",
28     "PiDownload/PiDownloadLogger.h",
29     "PiDownload/PiDownloadTask.h",
30     "PiDownload/PiDownloader.h"
31   ],
32   "osx": {
33     "frameworks": "AppKit"
34   },
35   "requires_arc": true