| { |
| "name": "tt-ffmpeg", |
| "version": "3.1.0", |
| "summary": "Pili iOS FFmpeg Library", |
| "homepage": "https://github.com/pili-engineering/PLVendorLibs", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "hzwangsiyu": "hzwangsiyu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/pili-engineering/PLVendorLibs.git", |
| "tag": "v1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "vendored_libraries": "pili-ffmpeg/lib/*.a", |
| "preserve_paths": "pili-ffmpeg/include", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}/tt-ffmpeg/pili-ffmpeg/include" |
| } |
| } |