[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.2.3 / MCPlayerKit.podspec.json
blobd4a88426938533af8d289a5e7db00a130da8c9ae
2   "name": "MCPlayerKit",
3   "version": "0.2.3",
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.3"
21   },
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "-lz"
25   },
26   "static_framework": true,
27   "libraries": [
28     "bz2",
29     "z",
30     "c++"
31   ],
32   "frameworks": [
33     "UIKit",
34     "Foundation",
35     "VideoToolbox",
36     "QuartzCore",
37     "OpenGLES",
38     "MobileCoreServices",
39     "MediaPlayer",
40     "CoreVideo",
41     "CoreMedia",
42     "CoreGraphics",
43     "AVFoundation",
44     "AudioToolbox"
45   ],
46   "subspecs": [
47     {
48       "name": "Core",
49       "source_files": [
50         "SDK/PlayerKit/*.{h,m,mm}",
51         "SDK/PlayerKit/**/*.{h,m,mm}"
52       ],
53       "dependencies": {
54         "MCIJKPlayer": [
56         ],
57         "GCDMulticastDelegate": [
59         ]
60       }
61     },
62     {
63       "name": "GeneralPlayerUI",
64       "source_files": [
65         "SDK/GeneralPlayerUI/**/*.{h,m,mm}",
66         "SDK/GeneralPlayerUI/*.{h,m,mm}",
67         "SDK/Commen/*.{h,m,mm}"
68       ],
69       "dependencies": {
70         "MCPlayerKit/Core": [
72         ],
73         "MCVersion": [
75         ],
76         "MCStyle": [
78         ],
79         "MCBase": [
81         ],
82         "SDWebImage": [
84         ]
85       }
86     }
87   ]