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