blob: a5a5601049c7e22535ede78ecea933d90f584b52 [file] [log] [blame]
{
"name": "LRVideoFilter",
"version": "1.1.2",
"summary": "FFmpeg视频实时滤镜",
"homepage": "https://gitlab.com/karlcool/lrvideofilter",
"license": "GPL",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"authors": {
"karlcool.l": "karlcool.l@qq.com"
},
"source": {
"git": "https://gitlab.com/karlcool/lrvideofilter.git",
"tag": "1.1.2"
},
"source_files": "Class/**/*.{h,m,cpp}",
"frameworks": [
"AVFoundation",
"Accelerate",
"AudioToolbox",
"CoreAudio",
"CoreGraphics",
"CoreMedia",
"MediaPlayer",
"QuartzCore",
"VideoToolbox"
],
"libraries": [
"iconv",
"bz2",
"z"
],
"vendored_frameworks": "FFmpeg.framework",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "/Users/karlcool/Downloads/LRVideoFilterClass/**",
"ENABLE_BITCODE": "YES",
"OTHER_LDFLAGS": "$(inherited) -read_only_relocs suppress"
},
"user_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
}