[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / e / GPUImage / 0.1.0 / GPUImage.podspec.json
blob542171eebd1ea3140283d36e5fbed39ac7c1054b
2   "name": "GPUImage",
3   "version": "0.1.0",
4   "license": "BSD",
5   "platforms": {
6     "ios": null
7   },
8   "summary": "OpenGL ES 2-based image and real-time camera filters for iOS.",
9   "homepage": "https://github.com/BradLarson/GPUImage",
10   "authors": {
11     "Brad Larson": "contact@sunsetlakesoftware.com"
12   },
13   "source": {
14     "git": "https://github.com/BradLarson/GPUImage.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "framework/Source/**/*.{h,m}",
18   "osx": {
19     "exclude_files": "framework/Source/iOS/**/*.{h,m}"
20   },
21   "ios": {
22     "exclude_files": "framework/Source/Mac/**/*.{h,m}"
23   },
24   "frameworks": [
25     "OpenGLES",
26     "CoreVideo",
27     "CoreMedia",
28     "QuartzCore",
29     "AVFoundation"
30   ],
31   "requires_arc": true