[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.1.3 / MCPlayerKit.podspec.json
blob572e8f89a82a74ba3aa1a9141c1b9e6068669efe
2   "name": "MCPlayerKit",
3   "version": "0.1.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/PlayerKit",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/PlayerKit.git",
20     "tag": "0.1.3"
21   },
22   "default_subspecs": "Core",
23   "xcconfig": {
24     "VALID_ARCHS": "arm64 x86_64",
25     "USER_HEADER_SEARCH_PATHS": "${PROJECT_DIR}/Pods/**"
26   },
27   "pod_target_xcconfig": {
28     "VALID_ARCHS": "arm64 x86_64"
29   },
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "VideoToolbox",
34     "QuartzCore",
35     "OpenGLES",
36     "MobileCoreServices",
37     "MediaPlayer",
38     "CoreVideo",
39     "CoreMedia",
40     "CoreGraphics",
41     "AVFoundation",
42     "AudioToolbox"
43   ],
44   "subspecs": [
45     {
46       "name": "Core",
47       "source_files": [
48         "SDK/PlayerKit/*.{h,m,mm}",
49         "SDK/PlayerKit/**/*.{h,m,mm}"
50       ],
51       "public_header_files": "SDK/PlayerKit/*.h",
52       "dependencies": {
53         "MCIJKPlayer": [
54           "0.0.2"
55         ],
56         "GCDMulticastDelegate": [
58         ]
59       }
60     },
61     {
62       "name": "GeneralPlayerUI",
63       "source_files": [
64         "SDK/GeneralPlayerUI/**/*.{h,m,mm}",
65         "SDK/GeneralPlayerUI/*.{h,m,mm}",
66         "SDK/Commen/*.{h,m,mm}"
67       ],
68       "public_header_files": "SDK/GeneralPlayerUI/*.h",
69       "dependencies": {
70         "MCPlayerKit/Core": [
72         ],
73         "SDVersion": [
75         ],
76         "MCStyle": [
78         ],
79         "SDWebImage": [
81         ]
82       }
83     }
84   ]