[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 1 / b / ffmpegLib / 0.1.1 / ffmpegLib.podspec.json
blob09f6975416302691c9df246bc060203bf4051712
2   "name": "ffmpegLib",
3   "version": "0.1.1",
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": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ffmpegLib/Classes/FFmpeg-iOS/**/*.{h}",
22   "libraries": [
23     "bz2",
24     "c++",
25     "z",
26     "iconv"
27   ],
28   "vendored_libraries": "ffmpegLib/Classes/FFmpeg-iOS/lib/*.{a}",
29   "public_header_files": "ffmpegLib/Classes/FFmpeg-iOS/include/*.{h}",
30   "frameworks": [
31     "UIKit",
32     "AudioToolBox",
33     "CoreImage",
34     "CoreMedia",
35     "VideoToolBox",
36     "AVFoundation"
37   ]