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