blob: 31e4fde6ec4db80dd04708454d93ad0608149ecb [file] [log] [blame]
{
"name": "MCPlayerKit",
"version": "0.0.3",
"summary": "MCPlayerKit is iOS Player, PlayerCoreType: AVPlayer can use play some video, IJKPlayer type can play video, Live ...",
"homepage": "https://github.com/poholo/PlayerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"littleplayer": "mailjiancheng@163.com"
},
"social_media_url": "https://weibo.com/lp927",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/poholo/PlayerKit.git",
"tag": "0.0.3"
},
"frameworks": [
"UIKit",
"Foundation",
"VideoToolbox",
"QuartzCore",
"OpenGLES",
"MobileCoreServices",
"MediaPlayer",
"CoreVideo",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"AudioToolbox"
],
"subspecs": [
{
"name": "PlayerKit",
"dependencies": {
"IJKMediaFramework": [
]
},
"source_files": "MCPlayerKit/PlayerKit/**/*.{h,m,mm}",
"public_header_files": "MCPlayerKit/PlayerKit/**/*.h"
}
]
}