blob: 7867cfb29bb2ee3a4b95965844be859f7e0c632b [file] [log] [blame]
{
"name": "ffmpegLib",
"version": "1.0.0",
"summary": "A short description of ffmpegLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/feixian/ffmpegPackage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hualaiTech": "zhangyifei@hualaikeji.com"
},
"source": {
"git": "https://github.com/feixian/ffmpegPackage.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ffmpegLib/Classes/**/*.{h}",
"libraries": [
"bz2",
"c++",
"z",
"iconv"
],
"vendored_libraries": "ffmpegLib/Classes/lib/*.{a}",
"public_header_files": "ffmpegLib/Classes/include/**/*.{h}",
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes/lib",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes/include $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -ObjC",
"ENABLE_BITCODE": "NO"
},
"frameworks": [
"UIKit",
"AudioToolBox",
"CoreImage",
"CoreMedia",
"VideoToolBox",
"AVFoundation"
],
"subspecs": [
{
"name": "libavcodec",
"source_files": "ffmpegLib/Classes/include/libavcodec/*.{h}"
},
{
"name": "libavdevice",
"source_files": "ffmpegLib/Classes/include/libavdevice/*.{h}"
},
{
"name": "libavfilter",
"source_files": "ffmpegLib/Classes/include/libavfilter/*.{h}"
},
{
"name": "libavformat",
"source_files": "ffmpegLib/Classes/include/libavformat/*.{h}"
},
{
"name": "libavutil",
"source_files": "ffmpegLib/Classes/include/libavutil/*.{h}"
},
{
"name": "libswresample",
"source_files": "ffmpegLib/Classes/include/libswresample/*.{h}"
},
{
"name": "libswscale",
"source_files": "ffmpegLib/Classes/include/libswscale/*.{h}"
}
]
}