4 "summary": "A short description of ffmpegLib.",
5 "description": "TODO: Add long description of the pod here.",
6 "homepage": "https://github.com/feixian/ffmpegPackage",
12 "hualaiTech": "zhangyifei@hualaikeji.com"
15 "git": "https://github.com/feixian/ffmpegPackage.git",
21 "source_files": "ffmpegLib/Classes/**/*.{h}",
28 "vendored_libraries": "ffmpegLib/Classes/lib/*.{a}",
29 "public_header_files": "ffmpegLib/Classes/include/**/*.{h}",
30 "pod_target_xcconfig": {
31 "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes/lib",
32 "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes/include $(PODS_CONFIGURATION_BUILD_DIR)/ffmpegLib/Classes",
33 "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup -ObjC",
34 "ENABLE_BITCODE": "NO"
47 "source_files": "ffmpegLib/Classes/include/libavcodec/*.{h}"
50 "name": "libavdevice",
51 "source_files": "ffmpegLib/Classes/include/libavdevice/*.{h}"
54 "name": "libavfilter",
55 "source_files": "ffmpegLib/Classes/include/libavfilter/*.{h}"
58 "name": "libavformat",
59 "source_files": "ffmpegLib/Classes/include/libavformat/*.{h}"
63 "source_files": "ffmpegLib/Classes/include/libavutil/*.{h}"
66 "name": "libswresample",
67 "source_files": "ffmpegLib/Classes/include/libswresample/*.{h}"
71 "source_files": "ffmpegLib/Classes/include/libswscale/*.{h}"