[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.2.1 / MCPlayerKit.podspec.json
blobb7fbcd1b0d177c24201cc21fad5f724ff4aa4d9d
2   "name": "MCPlayerKit",
3   "version": "0.2.1",
4   "summary": "MCPlayerKit is iOS Player, PlayerCoreType: AVPlayer can use play some video, IJKPlayer type can play video, Live ...",
5   "homepage": "https://github.com/poholo/MCPlayerKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "littleplayer": "mailjiancheng@163.com"
12   },
13   "social_media_url": "https://weibo.com/lp927",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/MCPlayerKit.git",
20     "tag": "0.2.1"
21   },
22   "default_subspecs": "Core",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "VideoToolbox",
27     "QuartzCore",
28     "OpenGLES",
29     "MobileCoreServices",
30     "MediaPlayer",
31     "CoreVideo",
32     "CoreMedia",
33     "CoreGraphics",
34     "AVFoundation",
35     "AudioToolbox"
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": [
41         "SDK/PlayerKit/*.{h,m,mm}",
42         "SDK/PlayerKit/**/*.{h,m,mm}"
43       ],
44       "public_header_files": "SDK/PlayerKit/*.h",
45       "dependencies": {
46         "MCIJKPlayer": [
47           "0.0.9"
48         ],
49         "GCDMulticastDelegate": [
50           "1.0.0"
51         ]
52       }
53     },
54     {
55       "name": "GeneralPlayerUI",
56       "source_files": [
57         "SDK/GeneralPlayerUI/**/*.{h,m,mm}",
58         "SDK/GeneralPlayerUI/*.{h,m,mm}",
59         "SDK/Commen/*.{h,m,mm}"
60       ],
61       "public_header_files": "SDK/GeneralPlayerUI/*.h",
62       "dependencies": {
63         "MCPlayerKit/Core": [
65         ],
66         "MCVersion": [
67           "4.3.3"
68         ],
69         "MCStyle": [
70           "0.0.8"
71         ],
72         "MCBase": [
73           "0.0.2"
74         ],
75         "SDWebImage": [
77         ]
78       }
79     }
80   ]