[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 7 / c / GLVideoPlayerForIJK / 0.1.0 / GLVideoPlayerForIJK.podspec.json
blobf2caf10af7f2b8527ab783b29eae7b4dcc834a11
2   "name": "GLVideoPlayerForIJK",
3   "version": "0.1.0",
4   "summary": "验证私有组件中使用Swift结合OC第三方.framework、.library库及OC文件组合打包构建私有Pod",
5   "homepage": "https://gitee.com/626192946/glvideo-player-for-ijk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ApterKing": "wangcccong@outlook.com"
12   },
13   "source": {
14     "git": "https://gitee.com/626192946/glvideo-player-for-ijk.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "GLVideoPlayerForIJK/Classes/*",
23     "GLVideoPlayerForIJK/Classes/**/*",
24     "GLVideoPlayerForIJK/Vendors/IJKMediaFramework.framework/Headers/**.h"
25   ],
26   "public_header_files": [
27     "GLVideoPlayerForIJK/Classes/**/*.h",
28     "GLVideoPlayerForIJK/Classes/*.h"
29   ],
30   "resource_bundles": {
31     "GLVideoPlayerForIJK": [
32       "GLVideoPlayerForIJK/Assets/*.png"
33     ]
34   },
35   "frameworks": [
36     "AudioToolbox",
37     "AVFoundation",
38     "CoreGraphics",
39     "CoreMedia",
40     "CoreVideo",
41     "MediaPlayer",
42     "MobileCoreServices",
43     "OpenGLES",
44     "QuartzCore",
45     "UIKit",
46     "VideoToolbox"
47   ],
48   "libraries": [
49     "bz2",
50     "z",
51     "c++"
52   ],
53   "vendored_frameworks": "GLVideoPlayerForIJK/Vendors/IJKMediaFramework.framework",
54   "preserve_paths": "GLVideoPlayerForIJK/Vendors/IJKMediaFramework.framework",
55   "pod_target_xcconfig": {
56     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/GLVideoPlayerForIJK/Vendors/IJKMediaFramework.framework/Headers",
57     "LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/GLVideoPlayerForIJK/Vendors/",
58     "OTHER_LDFLAGS": "-ObjC"
59   },
60   "dependencies": {
61     "SnapKit": [
63     ],
64     "Alamofire": [
66     ],
67     "ReachabilitySwift": [
69     ],
70     "RxCocoa": [
72     ],
73     "RxSwift": [
75     ]
76   },
77   "swift_version": "5.0"