[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / 8 / cmafhlscache / 0.1.3 / cmafhlscache.podspec.json
blob28af57864cb38d01e1425a80f3553ce4eb095cc5
2   "name": "cmafhlscache",
3   "version": "0.1.3",
4   "summary": "cache cmaf and hls video on iOS",
5   "description": "can cache cmaf and hls video, use GCDWeb and PinCache",
6   "homepage": "https://github.com/yelunnibi/cmafhlscache.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "applezy": "test@test.com"
13   },
14   "source": {
15     "git": "https://github.com/yelunnibi/cmafhlscache.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "source_files": "cmafhlscache/Classes/**/*",
22   "dependencies": {
23     "GCDWebServer": [
24       "~> 3.5.4"
25     ],
26     "PINCache": [
27       "~> 3.0"
28     ]
29   }