blob: c6426fc25dd042c7ee9d1eff56df49262369ef62 [file] [log] [blame]
{
"name": "AFOFFMpeg",
"version": "0.1.1",
"summary": "decoding.",
"description": "Use soft decode to decode video.",
"homepage": "https://github.com/PangDuTechnology/AFOFFMpeg.git",
"license": "MIT",
"authors": {
"PangDu": "xian312117@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PangDuTechnology/AFOFFMpeg.git",
"tag": "0.1.1"
},
"source_files": "AFOFFMpeg/**/*.{h,m}",
"public_header_files": "AFOFFMpeg/**/*.h",
"frameworks": [
"VideoToolbox",
"CoreMedia",
"CoreGraphics",
"CoreImage",
"OpenGLES",
"AVFoundation",
"AudioToolbox"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true,
"dependencies": {
"AFOFoundation": [
],
"AFORouter": [
],
"AFOUIKIT": [
],
"AFOGitHub": [
],
"AFOViews": [
],
"AFOFFMpegLib": [
],
"AFOlibyuv": [
],
"libxvidcore": [
],
"AFOx264": [
]
}
}