123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "BFFFmpeglib",
- "version": "0.1.0",
- "summary": "A short description of BFFFmpeglib.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/287971051@qq.com/BFFFmpeglib",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "287971051@qq.com": "287971051@qq.com"
- },
- "source": {
- "git": "https://github.com/287971051@qq.com/BFFFmpeglib.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": [
- "BFFFmpeglib/Classes/FFmpeg-iOS/include/**/*.h",
- "BFFFmpeglib/Classes/fat-x264/include/**/*.h"
- ],
- "vendored_libraries": [
- "BFFFmpeglib/Classes/FFmpeg-iOS/lib/*.a",
- "BFFFmpeglib/Classes/fat-x264/lib/*.a"
- ],
- "public_header_files": [
- "BFFFmpeglib/Classes/FFmpeg-iOS/include/**/*.h",
- "BFFFmpeglib/Classes/fat-x264/include/**/*.h"
- ],
- "header_mappings_dir": "BFFFmpeglib/Classes/FFmpeg-iOS/include",
- "libraries": [
- "bz2",
- "iconv",
- "z"
- ],
- "frameworks": [
- "AudioToolbox",
- "CoreMedia",
- "VideoToolbox",
- "AVFoundation"
- ]
- }
|