| { |
| "name": "LibFfmpeg", |
| "version": "0.0.2", |
| "summary": "ffmpeg code library", |
| "description": "Ffmpeg code base, video processing base", |
| "homepage": "https://github.com/midoks/LibFfmpeg", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "midoks": "midoks@163.com" |
| }, |
| "requires_arc": false, |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/midoks/LibFfmpeg", |
| "tag": "0.0.2", |
| "submodules": true |
| }, |
| "default_subspecs": "precompiled", |
| "subspecs": [ |
| { |
| "name": "precompiled", |
| "source_files": "source/include/**/*.h", |
| "public_header_files": "source/include/**/*.h", |
| "header_mappings_dir": "source/include", |
| "vendored_libraries": "source/lib/*.a", |
| "frameworks": [ |
| "AVFoundation", |
| "VideoToolbox", |
| "AudioToolbox", |
| "CoreVideo", |
| "CoreMedia" |
| ], |
| "libraries": [ |
| "iconv", |
| "lzma", |
| "bz2", |
| "z", |
| "avcodec", |
| "avdevice", |
| "avfilter", |
| "avformat", |
| "avutil", |
| "swresample", |
| "swscale" |
| ] |
| } |
| ] |
| } |