blob: 53881cfe3a8949dee5a4700916fdc2bbf714ba07 [file] [log] [blame]
{
"name": "MCPlayerKit",
"version": "0.0.2",
"summary": "iOS Player, PlayerCoreType: AVPlayer can use play some video, IJKPlayer type can play video, Live ...",
"homepage": "https://github.com/poholo/PlayerKit",
"license": "MIT",
"authors": {
"majiancheng": "675936746@qq.com"
},
"social_media_url": "https://weibo.com/lp927",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/poholo/PlayerKit.git",
"tag": "0.0.2"
},
"source_files": [
"PlayerKit",
"PlayerKit/**/*.{h,m}"
],
"public_header_files": "PlayerKit/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"VideoToolbox",
"QuartzCore",
"OpenGLES",
"MobileCoreServices",
"MediaPlayer",
"CoreVideo",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true
}