[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / b / 1 / HCVideoPlayer / 0.0.5 / HCVideoPlayer.podspec.json
blob03254eed3e9db9e6408f133bcb62a10796a06252
2   "name": "HCVideoPlayer",
3   "version": "0.0.5",
4   "summary": "iOS播放器",
5   "description": "支持各种投屏、贴片等各种广告、弹幕等,功能全面",
6   "homepage": "https://github.com/chenhongchen/HCVideoPlayer",
7   "license": "MIT",
8   "authors": {
9     "chenhongchen666": "412130100@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/chenhongchen/HCVideoPlayer.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "HCVideoPlayer/**/*.{h,m}",
19   "public_header_files": "HCVideoPlayer/**/*.h",
20   "resources": [
21     "HCVideoPlayer/HCVideoPlayer.bundle",
22     "HCVideoPlayer/Lib/BrightnessVolumeView/resource.bundle"
23   ],
24   "dependencies": {
25     "MJExtension": [
27     ],
28     "SDWebImage": [
30     ],
31     "FLAnimatedImage": [
33     ],
34     "Reachability": [
36     ],
37     "XCDYouTubeKit": [
38       "2.8.2"
39     ],
40     "HCVideoPlayerTools": [
41       "0.0.5"
42     ],
43     "CocoaAsyncSocket": [
45     ]
46   },
47   "libraries": [
48     "icucore",
49     "c++",
50     "z",
51     "xml2"
52   ],
53   "xcconfig": {
54     "ENABLE_BITCODE": "NO",
55     "HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
56     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
57     "VALID_ARCHS": "x86_64 armv7 arm64"
58   },
59   "requires_arc": true,
60   "exclude_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.{h,m}",
61   "subspecs": [
62     {
63       "name": "no-arc",
64       "source_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.{h,m}",
65       "public_header_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.h",
66       "requires_arc": false
67     }
68   ]