[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / a / 7 / e / GPUImage / 0.1.2 / GPUImage.podspec.json
blobe698983c5aa5f04c71752fe1f5f652ac4ec8d968
2   "name": "GPUImage",
3   "version": "0.1.2",
4   "license": "BSD",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "An open source iOS framework for GPU-based image and video processing.",
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.2"
16   },
17   "source_files": "framework/Source/**/*.{h,m}",
18   "resources": "framework/Resources/*.png",
19   "osx": {
20     "exclude_files": "framework/Source/iOS/**/*.{h,m}"
21   },
22   "ios": {
23     "exclude_files": "framework/Source/Mac/**/*.{h,m}"
24   },
25   "frameworks": [
26     "OpenGLES",
27     "CoreVideo",
28     "CoreMedia",
29     "QuartzCore",
30     "AVFoundation"
31   ],
32   "requires_arc": true