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