Skip to content

Commit

Permalink
[Add] MCPlayerKit 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
poholo authored and CocoaPodsBot committed Jun 19, 2020
1 parent f5d7ee2 commit ff6750e
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions Specs/9/0/6/MCPlayerKit/0.1.9/MCPlayerKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"name": "MCPlayerKit",
"version": "0.1.9",
"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": "[email protected]"
},
"social_media_url": "https://weibo.com/lp927",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/poholo/MCPlayerKit.git",
"tag": "0.1.9"
},
"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": [

]
}
}
]
}

0 comments on commit ff6750e

Please sign in to comment.