[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 1 / WNPlayerPlus / 1.1.6 / WNPlayerPlus.podspec.json
blobede12e6aa3034f1b50138f29b8507e07d4366363
2   "name": "WNPlayerPlus",
3   "version": "1.1.6",
4   "summary": "WNPlayerPlus base on WNPlayer",
5   "description": "'基于WNPlayer开发,原始库地址[https://github.com/zhengwenming/WNPlayer.git],项目内使用自编译FFMpeg.Framework,版本4.3.3。鉴于本人网络环境堪忧,故首选国内开源库托管网站Gitee,同时Github亦会同步一份,望见谅。'",
6   "homepage": "https://gitee.com/ilongge/WNPlayerPlus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "ilongge": "1015820857@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ilongge/WNPlayerPlus.git",
16     "tag": "1.1.6"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
29     "GENERATE_INFOPLIST_FILE": "YES"
30   },
31   "frameworks": [
32     "AVFoundation",
33     "Accelerate",
34     "OpenGLES",
35     "AudioToolbox",
36     "VideoToolbox"
37   ],
38   "source_files": "WNPlayerPlus/**/*.{h,m}",
39   "public_header_files": [
40     "WNPlayerPlus/WNPlayerPlus.h",
41     "WNPlayerPlus/WNPlayer/*.h"
42   ],
43   "resource_bundles": {
44     "WNPlayerPlus": [
45       "WNPlayerPlus/**/*.{xib,xcassets,json,glsl,strings}"
46     ]
47   },
48   "dependencies": {
49     "ffmpeg-kit-ios-min": [
50       "~> 5.1.LTS"
51     ]
52   }