[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / d / f / PiDownload / 1.0.1 / PiDownload.podspec.json
blob23c321ec1cbd87d799688bc1f2a29b2caa23e972
2   "name": "PiDownload",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": "PiDownload/**/*.{h,m}",
22   "public_header_files": [
23     "PiDownload/PiDownload.h",
24     "PiDownload/PiDownloadLogger.h",
25     "PiDownload/PiDownloadTask.h",
26     "PiDownload/PiDownloader.h",
27     "PiDownload/PiDownloadConfig.h"
28   ],
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "AppKit"
34   },
35   "requires_arc": true