| { |
| "name": "EMFFmpeg", |
| "version": "0.1.0", |
| "summary": "EMFFmpeg,ffmpeg", |
| "description": "EMFFmpeg ffmpeg compiled for iOS", |
| "homepage": "https://github.com/sherlockmm/EMFFmpeg", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sherlockmm": "sherlock_zms@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/sherlockmm/EMFFmpeg.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "default_subspecs": "emprecompiled", |
| "subspecs": [ |
| { |
| "name": "emprecompiled", |
| "source_files": "EMFFmpeg/Classes/include/**/*.h", |
| "public_header_files": "EMFFmpeg/Classes/include/**/*.h", |
| "header_mappings_dir": "EMFFmpeg/Classes/include", |
| "vendored_libraries": "EMFFmpeg/Classes/lib/*.a", |
| "libraries": [ |
| "iconv", |
| "z", |
| "bz2" |
| ] |
| } |
| ] |
| } |