blob: 5b907df6f79cb6746ebcc22d28d0679da2e0e158 [file] [log] [blame]
{
"name": "LiveMediaFramework",
"version": "0.0.2",
"summary": "LiveMediaFramework for components",
"description": "LiveMediaFramework for components",
"homepage": "https://github.com/bbrichard/LiveMediaFramework",
"license": "MIT. Copyright (c) 2019年 BB. All rights reserved.",
"authors": {
"Richard": "Richard@seektopser.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/bbrichard/LiveMediaFramework/releases/download/0.0.2/LiveMediaFramework.zip"
},
"frameworks": [
"AudioToolbox",
"CoreGraphics",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"MediaPlayer",
"MobileCoreServices",
"OpenGLES",
"QuartzCore",
"VideoToolbox"
],
"libraries": [
"c++",
"z",
"bz2"
],
"default_subspecs": "zip",
"prepare_command": "touch LiveMediaFramework.framework/Modules/module.modulemap\ncat <<-EOF > LiveMediaFramework.framework/Modules/module.modulemap\nframework module BuglyDynamic {\n header \"IJKAVMoviePlayerController.h\"\n header \"IJKFFMonitor.h\"\n header \"IJKFFOptions.h\"\n header \"IJKKVOController.h\"\n header \"IJKMediaFramework.h\"\n header \"IJKMediaModule.h\"\n header \"IJKMediaPlayback.h\"\n header \"IJKMediaPlayer.h\"\n header \"IJKNotificationManager.h\"\n header \"IJKSDLGLViewProtocol.h\"\n header \"IJKFFMoviePlayerController.h\"\n}\nEOF",
"subspecs": [
{
"name": "zip",
"ios": {
"vendored_frameworks": "*.framework"
}
}
]
}