[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / BIJKPlayerFork / 0.0.1 / BIJKPlayerFork.podspec.json
blob8f7a94cef49ce19b033a8445125724c0703b0171
2   "name": "BIJKPlayerFork",
3   "version": "0.0.1",
4   "summary": "ijkplayer iOS video player SDK",
5   "authors": {
6     "tests": "befovy@gmail.com"
7   },
8   "description": "iOS video player based on FFmpeg n3.4, with VideoToolbox support.",
9   "homepage": "https://github.com/randomjoho/BijkplayerFork",
10   "license": {
11     "type": "GNU Lesser General Public License v3.0",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://raw.githubusercontent.com/randomjoho/BijkplayerFork/main/IJKMediaPlayer.tar.gz"
19   },
20   "vendored_frameworks": "IJKMediaPlayer.framework",
21   "frameworks": [
22     "AudioToolbox",
23     "AVFoundation",
24     "CoreGraphics",
25     "CoreMedia",
26     "CoreVideo",
27     "MobileCoreServices",
28     "OpenGLES",
29     "QuartzCore",
30     "VideoToolbox",
31     "Foundation",
32     "UIKit",
33     "MediaPlayer"
34   ],
35   "libraries": [
36     "bz2",
37     "z",
38     "stdc++"
39   ],
40   "pod_target_xcconfig": {
41     "VALID_ARCHS": "x86_64 armv7 arm64"
42   },
43   "requires_arc": true,
44   "prepare_command": "tar -xvf ./IJKMediaPlayer.tar.xz"