blob: 43ab8965e18110528c47f8fb750219e4ba383f23 [file] [log] [blame]
{
"name": "MCPlayerKit",
"version": "0.0.4",
"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.4"
},
"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",
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
}
}
]
}