[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.0.6 / MCPlayerKit.podspec.json
blobf25ed165788b02d02435e82948237f4d134f9c4f
2   "name": "MCPlayerKit",
3   "version": "0.0.6",
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.0.6"
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         "IJKMediaFramework": [
55         ]
56       }
57     },
58     {
59       "name": "GeneralPlayerUI",
60       "source_files": [
61         "SDK/GeneralPlayerUI/**/*.{h,m,mm}",
62         "SDK/GeneralPlayerUI/*.{h,m,mm}",
63         "SDK/Commen/*.{h,m,mm}"
64       ],
65       "public_header_files": "SDK/GeneralPlayerUI/*.h",
66       "dependencies": {
67         "MCPlayerKit/Core": [
69         ],
70         "SDVersion": [
72         ],
73         "MCStyle": [
75         ],
76         "SDWebImage": [
78         ]
79       }
80     }
81   ]