blob: 5e2b20d63e6a71b5f40f6304f208eed34a2514f8 [file] [log] [blame]
{
"name": "YLT_FFMpeg",
"version": "0.0.2",
"summary": "A short description of YLT_FFMpeg.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/YLTTeam/YLT_FFMpeg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xphaijj": "xphaijj0305@126.com"
},
"source": {
"git": "https://github.com/YLTTeam/YLT_FFMpeg.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YLT_FFMpeg/Classes/include/**/*.h",
"preserve_paths": "YLT_FFMpeg/Classes/include/**/*.h",
"public_header_files": "YLT_FFMpeg/Classes/include/**/*.h",
"vendored_libraries": "YLT_FFMpeg/Classes/lib/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/YLT_FFMpeg/Classes/include"
},
"frameworks": [
"AudioToolbox",
"CoreGraphics",
"VideoToolbox",
"CoreMedia"
],
"libraries": [
"bz2",
"z",
"iconv"
],
"header_mappings_dir": "YLT_FFMpeg/Classes/include"
}