[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 8 / 6 / 5 / HCPlayer / 0.0.2 / HCPlayer.podspec.json
blob28ff03fa342fb41ca290b25f14e3ea2940a10173
2   "name": "HCPlayer",
3   "version": "0.0.2",
4   "summary": "这是一个视频与音频播放器的库。",
5   "description": "这是一个视频的播放特定的核心库。包含了视频、音频、歌词及缓冲处理的功能。",
6   "homepage": "https://github.com/halfking/HCPlayer",
7   "license": "MIT",
8   "authors": {
9     "halfking": "kimmy.huang@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/halfking/HCPlayer",
16     "tag": "0.0.2"
17   },
18   "source_files": "HCPlayer/**/*.{h,m,mm,c,cpp}",
19   "libraries": [
20     "icucore",
21     "stdc++"
22   ],
23   "xcconfig": {
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
25     "ENABLE_BITCODE": "YES",
26     "DEFINES_MODULE": "YES",
27     "HEADER_SEARCH_PATHS": "$(inherited)",
28     "LIBRARY_SEARCH_PATHS": "$(inherited)"
29   },
30   "pod_target_xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "$(inherited) "
32   },
33   "dependencies": {
34     "HCMinizip": [
35       "~> 1.2.6"
36     ],
37     "hccoren": [
38       "~> 0.1.7"
39     ],
40     "HCBaseSystem": [
41       "~> 0.2.2"
42     ],
43     "HCMVManager": [
44       "~> 0.0.8"
45     ],
46     "HCAudioUnit": [
48     ]
49   }