[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / b / e / 9 / STMURLAsset / 0.1.0 / STMURLAsset.podspec.json
blobadd99a53f8a599d28050ed9b49114c202ad50552
2   "name": "STMURLAsset",
3   "version": "0.1.0",
4   "summary": "STMURLAsset.",
5   "description": "STMURLAsset is a subclass of AVURLAsset that can cache data downloaded by AVPlayer.",
6   "homepage": "https://github.com/douking/STMURLAsset",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DouKing": "wyk8916@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/douking/STMURLAsset.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12"
21   },
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "source_files": "Sources/STMURLAsset/**/**.swift",
25   "dependencies": {
26     "Alamofire": [
27       "~> 5.4.0"
28     ]
29   },
30   "swift_version": "5.0"