[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 9 / c / YCDownloadSession / 2.0.3 / YCDownloadSession.podspec.json
blob098bbde347632ee95eccbb59cf9e998dad036dbd
2   "name": "YCDownloadSession",
3   "version": "2.0.3",
4   "summary": "iOS background download video or file",
5   "homepage": "https://github.com/onezens/YCDownloadSession",
6   "license": "MIT",
7   "authors": {
8     "onezens": "mail@onezen.cc"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/onezens/YCDownloadSession.git",
15     "tag": "2.0.3"
16   },
17   "default_subspecs": [
18     "Core",
19     "Mgr"
20   ],
21   "requires_arc": true,
22   "frameworks": "CFNetwork",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "YCDownloadSession/Core/*.{h,m}",
27       "public_header_files": "YCDownloadSession/Core/*.h"
28     },
29     {
30       "name": "Mgr",
31       "dependencies": {
32         "YCDownloadSession/Core": [
34         ]
35       },
36       "source_files": "YCDownloadSession/*.{h,m}",
37       "public_header_files": "YCDownloadSession/*.h"
38     }
39   ]