[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 6 / 4 / d / LMGPUImage / 0.1.9 / LMGPUImage.podspec.json
blob0f3faa99deb5479b3c98dfcb6b7bd98a675b36b2
2   "name": "LMGPUImage",
3   "version": "0.1.9",
4   "license": "BSD",
5   "summary": "An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/BradLarson/GPUImage",
7   "authors": {
8     "Brad Larson": "contact@sunsetlakesoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/chenliming777/GPUImage.git",
12     "tag": "0.1.9"
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     "osx": "10.6"
23   },
24   "ios": {
25     "exclude_files": "framework/Source/Mac",
26     "frameworks": [
27       "OpenGLES",
28       "CoreMedia",
29       "QuartzCore",
30       "AVFoundation"
31     ]
32   },
33   "osx": {
34     "exclude_files": [
35       "framework/Source/iOS",
36       "framework/Source/GPUImageFilterPipeline.*",
37       "framework/Source/GPUImageMovieComposition.*",
38       "framework/Source/GPUImageVideoCamera.*",
39       "framework/Source/GPUImageStillCamera.*",
40       "framework/Source/GPUImageUIElement.*"
41     ],
42     "xcconfig": {
43       "GCC_WARN_ABOUT_RETURN_TYPE": "YES"
44     }
45   }