[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / b / 1 / HCVideoPlayer / 0.0.6 / HCVideoPlayer.podspec.json
blob9d4213cb7ccdc1164da51a005fe1d7bab7e24305
2   "name": "HCVideoPlayer",
3   "version": "0.0.6",
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.6"
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     "google-cast-sdk": [
38       "~> 4.4.6"
39     ],
40     "XCDYouTubeKit": [
41       "2.8.2"
42     ],
43     "HCVideoPlayerTools": [
44       "0.0.5"
45     ],
46     "CocoaAsyncSocket": [
48     ]
49   },
50   "vendored_frameworks": "HCVideoPlayer/frameworks/**/*.framework",
51   "libraries": [
52     "icucore",
53     "c++",
54     "z",
55     "xml2"
56   ],
57   "xcconfig": {
58     "ENABLE_BITCODE": "NO",
59     "HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
60     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
61     "VALID_ARCHS": "x86_64 armv7 arm64"
62   },
63   "requires_arc": true,
64   "exclude_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.{h,m}",
65   "subspecs": [
66     {
67       "name": "no-arc",
68       "source_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.{h,m}",
69       "public_header_files": "HCVideoPlayer/Lib/CLUPnP/GData/*.h",
70       "requires_arc": false
71     }
72   ]