[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 5 / 4 / 9 / AFOFFMpeg / 0.1.1 / AFOFFMpeg.podspec.json
blobc6426fc25dd042c7ee9d1eff56df49262369ef62
2   "name": "AFOFFMpeg",
3   "version": "0.1.1",
4   "summary": "decoding.",
5   "description": "Use soft decode to decode video.",
6   "homepage": "https://github.com/PangDuTechnology/AFOFFMpeg.git",
7   "license": "MIT",
8   "authors": {
9     "PangDu": "xian312117@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PangDuTechnology/AFOFFMpeg.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "AFOFFMpeg/**/*.{h,m}",
19   "public_header_files": "AFOFFMpeg/**/*.h",
20   "frameworks": [
21     "VideoToolbox",
22     "CoreMedia",
23     "CoreGraphics",
24     "CoreImage",
25     "OpenGLES",
26     "AVFoundation",
27     "AudioToolbox"
28   ],
29   "pod_target_xcconfig": {
30     "OTHER_LDFLAGS": "-lObjC"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "AFOFoundation": [
36     ],
37     "AFORouter": [
39     ],
40     "AFOUIKIT": [
42     ],
43     "AFOGitHub": [
45     ],
46     "AFOViews": [
48     ],
49     "AFOFFMpegLib": [
51     ],
52     "AFOlibyuv": [
54     ],
55     "libxvidcore": [
57     ],
58     "AFOx264": [
60     ]
61   }