[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 9 / c / YCDownloadSession / 2.0.0 / YCDownloadSession.podspec.json
blobe5c666dc305a5d341acfff4cea6a3805b01fa4a0
2   "name": "YCDownloadSession",
3   "version": "2.0.0",
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.0"
16   },
17   "default_subspecs": "Core",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "YCDownloadSession/core/*.{h,m}",
23       "public_header_files": "YCDownloadSession/core/*.h"
24     },
25     {
26       "name": "Mgr",
27       "dependencies": {
28         "YCDownloadSession/Core": [
30         ]
31       },
32       "source_files": "YCDownloadSession/*.{h,m}",
33       "public_header_files": "YCDownloadSession/*.h"
34     }
35   ]