[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 5 / HCPlayer / 0.2.5 / HCPlayer.podspec.json
blob85a756da4c9801d0d0897d53a5e2bf0f7871e693
2   "name": "HCPlayer",
3   "version": "0.2.5",
4   "summary": "这是一个视频与音频播放器的库。",
5   "description": "这是一个视频的播放特定的核心库。包含了视频、音频、歌词及缓冲处理的功能。\nsetPlayerData:...\nplay",
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.2.5"
17   },
18   "source_files": [
19     "HCPlayer/**/*.{h,m,mm,c,cpp}",
20     "HCPlayer/**/*.bundle"
21   ],
22   "exclude_files": "HCPlayer/HCPlayerTest/**/*",
23   "resources": "HCPlayer.bundle",
24   "libraries": [
25     "icucore",
26     "stdc++"
27   ],
28   "xcconfig": {
29     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
30     "ENABLE_BITCODE": "YES",
31     "DEFINES_MODULE": "YES",
32     "HEADER_SEARCH_PATHS": "$(inherited)",
33     "LIBRARY_SEARCH_PATHS": "$(inherited)"
34   },
35   "pod_target_xcconfig": {
36     "LIBRARY_SEARCH_PATHS": "$(inherited) "
37   },
38   "dependencies": {
39     "HCMinizip": [
41     ],
42     "hccoren": [
44     ],
45     "HCBaseSystem": [
47     ],
48     "HCMVManager": [
50     ],
51     "HCAudioUnit": [
53     ]
54   }