[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 5 / 9 / 4 / MTGPUImage / 1.0.0 / MTGPUImage.podspec.json
blob17ed6a496a93099b2cb0d180417e1d127e947bb8
2   "name": "MTGPUImage",
3   "version": "1.0.0",
4   "license": "BSD",
5   "summary": "An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/ShengQiangLiu/MTGPUImage",
7   "authors": {
8     "ShengQiangLiu": "1365688791@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/ShengQiangLiu/MTGPUImage.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "framework/Source/**/*.{h,m}",
15   "resources": "framework/Resources/*.png",
16   "requires_arc": true,
17   "xcconfig": {
18     "CLANG_MODULES_AUTOLINK": "YES"
19   },
20   "platforms": {
21     "ios": "5.0"
22   },
23   "ios": {
24     "frameworks": [
25       "OpenGLES",
26       "CoreMedia",
27       "QuartzCore",
28       "AVFoundation"
29     ]
30   }