[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / 0 / 6 / MCPlayerKit / 0.0.4 / MCPlayerKit.podspec.json
blob43ab8965e18110528c47f8fb750219e4ba383f23
2   "name": "MCPlayerKit",
3   "version": "0.0.4",
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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/PlayerKit.git",
20     "tag": "0.0.4"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "VideoToolbox",
26     "QuartzCore",
27     "OpenGLES",
28     "MobileCoreServices",
29     "MediaPlayer",
30     "CoreVideo",
31     "CoreMedia",
32     "CoreGraphics",
33     "AVFoundation",
34     "AudioToolbox"
35   ],
36   "subspecs": [
37     {
38       "name": "PlayerKit",
39       "dependencies": {
40         "IJKMediaFramework": [
42         ]
43       },
44       "source_files": "MCPlayerKit/PlayerKit/**/*.{h,m,mm}",
45       "public_header_files": "MCPlayerKit/PlayerKit/**/*.h",
46       "xcconfig": {
47         "VALID_ARCHS": "arm64 x86_64"
48       },
49       "pod_target_xcconfig": {
50         "VALID_ARCHS": "arm64 x86_64"
51       }
52     }
53   ]