[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 8 / 5 / GPUImage-PitNikola / 0.1.6.3 / GPUImage-PitNikola.podspec.json
blob1a8d3c99fb889d4aeb21b6af852df0bf511e5781
2   "name": "GPUImage-PitNikola",
3   "version": "0.1.6.3",
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/PitNikola/GPUImage.git",
12     "tag": "0.1.6.3"
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/GPUImageMovie.*",
38       "framework/Source/GPUImageMovieComposition.*",
39       "framework/Source/GPUImageVideoCamera.*",
40       "framework/Source/GPUImageStillCamera.*",
41       "framework/Source/GPUImageUIElement.*"
42     ],
43     "xcconfig": {
44       "GCC_WARN_ABOUT_RETURN_TYPE": "YES"
45     }
46   }