[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 3 / 6 / PoporFFmpeg / 0.0.05 / PoporFFmpeg.podspec.json
blob27b038d6d169f9466932d9f73a03e2cfb27af463
2   "name": "PoporFFmpeg",
3   "version": "0.0.05",
4   "summary": "简化FFmpeg使用, 由于cocoapod对c++依赖不支持, 所以制作了这个静态包.",
5   "homepage": "https://github.com/popor/PoporFFmpeg",
6   "screenshots": "https://github.com/popor/PoporFFmpegCompress/raw/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.05"
17   },
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "PoporFFmpeg/Classes/*.{h,m}",
28   "frameworks": [
29     "VideoToolbox",
30     "AVFoundation"
31   ],
32   "vendored_libraries": "PoporFFmpeg/Classes/*.a",
33   "libraries": [
34     "iconv",
35     "z",
36     "bz2"
37   ],
38   "xcconfig": {
39     "VALID_ARCHS": "armv6 armv7 armv7s arm64 x86_64"
40   }