blob: 22dfb6bb994fe4f1034f2de8ed005013d2207a3e [file] [log] [blame]
{
"name": "MCPlayerKit",
"version": "0.2.0",
"summary": "MCPlayerKit is iOS Player, PlayerCoreType: AVPlayer can use play some video, IJKPlayer type can play video, Live ...",
"homepage": "https://github.com/poholo/MCPlayerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"social_media_url": "https://weibo.com/lp927",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/poholo/MCPlayerKit.git",
"tag": "0.2.0"
},
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation",
"VideoToolbox",
"QuartzCore",
"OpenGLES",
"MobileCoreServices",
"MediaPlayer",
"CoreVideo",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"AudioToolbox"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"SDK/PlayerKit/*.{h,m,mm}",
"SDK/PlayerKit/**/*.{h,m,mm}"
],
"public_header_files": "SDK/PlayerKit/*.h",
"dependencies": {
"MCIJKPlayer": [
"0.0.9"
],
"GCDMulticastDelegate": [
"1.0.0"
]
}
},
{
"name": "GeneralPlayerUI",
"source_files": [
"SDK/GeneralPlayerUI/**/*.{h,m,mm}",
"SDK/GeneralPlayerUI/*.{h,m,mm}",
"SDK/Commen/*.{h,m,mm}"
],
"public_header_files": "SDK/GeneralPlayerUI/*.h",
"dependencies": {
"MCPlayerKit/Core": [
],
"MCVersion": [
"4.3.3"
],
"MCStyle": [
"0.0.8"
],
"MCBase": [
"0.0.2"
],
"SDWebImage": [
]
}
}
]
}