blob: 79ed846ea6add10bfae5c1c9a9cfa7b01a04e71f [file] [log] [blame]
{
"name": "AFOFFMpeg",
"version": "0.1.4",
"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.4"
},
"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": [
],
"AFODelegateExtension": [
],
"AFOFFMpegLib": [
],
"AFOlibyuv": [
],
"libxvidcore": [
],
"AFOx264": [
],
"AFOSchedulerCore": [
]
},
"subspecs": [
{
"name": "play",
"source_files": "AFOFFMpeg/play/*.{h,m}",
"public_header_files": "AFOFFMpeg/play/*.h"
},
{
"name": "media",
"source_files": "AFOFFMpeg/media/*.{h,m}",
"public_header_files": "AFOFFMpeg/media/*.h"
},
{
"name": "screenshots",
"source_files": "AFOFFMpeg/screenshots/*.{h,m}",
"public_header_files": "AFOFFMpeg/screenshots/*.h"
},
{
"name": "audio",
"source_files": "AFOFFMpeg/audio/*.{h,m}",
"public_header_files": "AFOFFMpeg/audio/*.h"
},
{
"name": "error",
"source_files": "AFOFFMpeg/error/*.{h,m}",
"public_header_files": "AFOFFMpeg/error/*.h"
},
{
"name": "manager",
"source_files": "AFOFFMpeg/manager/*.{h,m}",
"public_header_files": "AFOFFMpeg/manager/*.h"
}
]
}