| { |
| "name": "MIJKPlayer", |
| "version": "0.7.8", |
| "summary": "ijkplayer iOS video player SDK", |
| "authors": { |
| "marty.tsai": "marty.tsai@ulictek.com" |
| }, |
| "description": "iOS video player based on FFmpeg n4.x, with VideoToolbox support.", |
| "homepage": "https://github.com/martytsaitw/mijkplayer", |
| "license": { |
| "type": "GNU Lesser General Public License v3.0", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "http": "https://khhulic2.synology.me:8082/mijkplayer/f0.7.8/IJKMediaPlayer.tar.gz" |
| }, |
| "vendored_frameworks": "IJKMediaPlayer.framework", |
| "frameworks": [ |
| "AudioToolbox", |
| "AVFoundation", |
| "CoreGraphics", |
| "CoreMedia", |
| "CoreVideo", |
| "MobileCoreServices", |
| "OpenGLES", |
| "QuartzCore", |
| "VideoToolbox", |
| "Foundation", |
| "UIKit", |
| "MediaPlayer" |
| ], |
| "libraries": [ |
| "bz2", |
| "z", |
| "stdc++" |
| ], |
| "requires_arc": true, |
| "prepare_command": "tar -xvf ./IJKMediaPlayer.tar.xz" |
| } |