[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 0 / WYLivePlayerLite / 1.0.0 / WYLivePlayerLite.podspec.json
blobeb62132de252c594ae81bdfba5262d19d25fbcbd
2   "name": "WYLivePlayerLite",
3   "version": "1.0.0",
4   "summary": "基于IJKPlayer编译封装的直播播放器,支持RTMP/RTMPS/RTMPT/RTMPE/RTSP/HLS/HTTP(S)-FLV/KMP  等网络协议, 支持录屏功能, 支持arm64",
5   "description": "集成注意事项:\n1.使用cocoapods官方源\nsource 'https://github.com/CocoaPods/Specs.git'\npod 'WYLivePlayerLite'\n\n2.指定 podspec 文件路径\nsource 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'\npod 'WYLivePlayerLite', :podspec => 'https://raw.githubusercontent.com/Jacke-xu/WYBasisKit-swift/master/WYLivePlayerLite.podspec'",
6   "homepage": "https://github.com/Jacke-xu/WYBasisKit-swift",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "Jacke-xu": "mobileAppDvlp@icloud.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "http": "https://github.com/Jacke-xu/WYBasisKit-swift/blob/master/WYBasisKit/LivePlayer/WYLivePlayerLite.zip?raw=true"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "source_files": "WYLivePlayerLite/WYLivePlayer.swift",
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "Kingfisher": [
29     ]
30   },
31   "vendored_frameworks": "WYLivePlayerLite/IJKMediaFramework.framework",
32   "libraries": [
33     "c++",
34     "z",
35     "bz2"
36   ],
37   "frameworks": [
38     "UIKit",
39     "AudioToolbox",
40     "CoreGraphics",
41     "AVFoundation",
42     "CoreMedia",
43     "CoreVideo",
44     "MediaPlayer",
45     "CoreServices",
46     "Metal",
47     "QuartzCore",
48     "VideoToolbox"
49   ],
50   "swift_version": "5.0"