[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / b / ffmpegLib / 1.0.0 / ffmpegLib.podspec.json
blob7867cfb29bb2ee3a4b95965844be859f7e0c632b
2   "name": "ffmpegLib",
3   "version": "1.0.0",
4   "summary": "A short description of ffmpegLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/feixian/ffmpegPackage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hualaiTech": "zhangyifei@hualaikeji.com"
13   },
14   "source": {
15     "git": "https://github.com/feixian/ffmpegPackage.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ffmpegLib/Classes/**/*.{h}",
22   "libraries": [
23     "bz2",
24     "c++",
25     "z",
26     "iconv"
27   ],
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"
35   },
36   "frameworks": [
37     "UIKit",
38     "AudioToolBox",
39     "CoreImage",
40     "CoreMedia",
41     "VideoToolBox",
42     "AVFoundation"
43   ],
44   "subspecs": [
45     {
46       "name": "libavcodec",
47       "source_files": "ffmpegLib/Classes/include/libavcodec/*.{h}"
48     },
49     {
50       "name": "libavdevice",
51       "source_files": "ffmpegLib/Classes/include/libavdevice/*.{h}"
52     },
53     {
54       "name": "libavfilter",
55       "source_files": "ffmpegLib/Classes/include/libavfilter/*.{h}"
56     },
57     {
58       "name": "libavformat",
59       "source_files": "ffmpegLib/Classes/include/libavformat/*.{h}"
60     },
61     {
62       "name": "libavutil",
63       "source_files": "ffmpegLib/Classes/include/libavutil/*.{h}"
64     },
65     {
66       "name": "libswresample",
67       "source_files": "ffmpegLib/Classes/include/libswresample/*.{h}"
68     },
69     {
70       "name": "libswscale",
71       "source_files": "ffmpegLib/Classes/include/libswscale/*.{h}"
72     }
73   ]