[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / 8 / 3 / 6 / PoporFFmpeg / 0.0.03 / PoporFFmpeg.podspec.json
blobd22f110cb7c9d2a5f849a14cb56288c0d043c9f6
2   "name": "PoporFFmpeg",
3   "version": "0.0.03",
4   "summary": "简化FFmpeg使用, 由于cocoapod对c++依赖不支持, 所以制作了这个静态包.",
5   "homepage": "https://github.com/popor/PoporFFmpeg",
6   "screenshots": "https://github.com/popor/PoporFFmpeg/blob/master/Example/screen1.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "popor": "908891024@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/popor/PoporFFmpeg.git",
16     "tag": "0.0.03"
17   },
18   "ios": {
19     "frameworks": "Foundation"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "source_files": "PoporFFmpeg/Classes/*.{h,m}",
25   "frameworks": [
26     "VideoToolbox",
27     "AVFoundation"
28   ],
29   "vendored_libraries": "PoporFFmpeg/Classes/*.a",
30   "libraries": [
31     "iconv",
32     "z",
33     "bz2"
34   ]