[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / 7 / YQM3DownLoad / 1.1.0 / YQM3DownLoad.podspec.json
blobb62ff2cc5f9cc443014faf231d58a929fb75abaf
2   "name": "YQM3DownLoad",
3   "version": "1.1.0",
4   "summary": "m3 downloader",
5   "description": "Implement m3u8 local caching and playback using operation. Can control the number of media concurrency, a single media file download concurrency; Support task suspend restore, support task cancel.",
6   "homepage": "https://github.com/liyunqi825/YQM3DownLoad.git",
7   "license": "MIT",
8   "authors": {
9     "liyunqi": "623056834@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/liyunqi825/YQM3DownLoad.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "Classes/m3u8/*.{h,m}",
20     "Classes/m3u8/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": [
25       "${PODS_ROOT}/AFNetworking/AFNetworking",
26       "${PODS_ROOT}/GCDWebServer/GCDWebServer/Core",
27       "${SRCRoot}/Classes/m3u8/*"
28     ]
29   },
30   "dependencies": {
31     "AFNetworking": [
32       "~> 4.0"
33     ],
34     "GCDWebServer": [
35       "~> 3.5.3"
36     ]
37   }