| { |
| "name": "CYFFmpeg", |
| "version": "0.0.4", |
| "summary": "CYFFmpeg, a framework for ffmpeg, include x264, fdk-aac, smbclient, and cmdutils for ffmpeg.", |
| "description": "CYFFmpeg\na framework for ffmpeg,\ninclude x264, fdk-aac, smbclient, and cmdutils for ffmpeg.", |
| "homepage": "https://github.com/yellowei/CYFFmpeg", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yellowei": "me@yellowei.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/yellowei/CYFFmpeg.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": "CYFFmpeg.framework/Headers/**/*.{h}", |
| "vendored_frameworks": "CYFFmpeg.framework", |
| "public_header_files": "CYFFmpeg.framework/Headers/CYFFmpeg.h", |
| "frameworks": [ |
| "VideoToolbox", |
| "AudioToolbox", |
| "OpenAL", |
| "Foundation", |
| "OpenGLES", |
| "QuartzCore", |
| "CoreAudio", |
| "CoreGraphics", |
| "CoreMedia", |
| "AVFoundation", |
| "CoreVideo" |
| ], |
| "libraries": [ |
| "iconv", |
| "resolv", |
| "bz2", |
| "z" |
| ] |
| } |