blob: 8f7a94cef49ce19b033a8445125724c0703b0171 [file] [log] [blame]
{
"name": "BIJKPlayerFork",
"version": "0.0.1",
"summary": "ijkplayer iOS video player SDK",
"authors": {
"tests": "befovy@gmail.com"
},
"description": "iOS video player based on FFmpeg n3.4, with VideoToolbox support.",
"homepage": "https://github.com/randomjoho/BijkplayerFork",
"license": {
"type": "GNU Lesser General Public License v3.0",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://raw.githubusercontent.com/randomjoho/BijkplayerFork/main/IJKMediaPlayer.tar.gz"
},
"vendored_frameworks": "IJKMediaPlayer.framework",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"VideoToolbox",
"Foundation",
"UIKit",
"MediaPlayer"
],
"libraries": [
"bz2",
"z",
"stdc++"
],
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"requires_arc": true,
"prepare_command": "tar -xvf ./IJKMediaPlayer.tar.xz"
}