| { |
| "name": "GPUImage", |
| "version": "0.1.2", |
| "license": "BSD", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "summary": "An open source iOS framework for GPU-based image and video processing.", |
| "homepage": "https://github.com/BradLarson/GPUImage", |
| "authors": { |
| "Brad Larson": "contact@sunsetlakesoftware.com" |
| }, |
| "source": { |
| "git": "https://github.com/BradLarson/GPUImage.git", |
| "tag": "0.1.2" |
| }, |
| "source_files": "framework/Source/**/*.{h,m}", |
| "resources": "framework/Resources/*.png", |
| "osx": { |
| "exclude_files": "framework/Source/iOS/**/*.{h,m}" |
| }, |
| "ios": { |
| "exclude_files": "framework/Source/Mac/**/*.{h,m}" |
| }, |
| "frameworks": [ |
| "OpenGLES", |
| "CoreVideo", |
| "CoreMedia", |
| "QuartzCore", |
| "AVFoundation" |
| ], |
| "requires_arc": true |
| } |