[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 1 / 2 / GPUImage-StraaS / 0.1.9 / GPUImage-StraaS.podspec.json
blob85289b4d5bdebff6c5a7317e1fea73112b20235e
2   "name": "GPUImage-StraaS",
3   "version": "0.1.9",
4   "license": "BSD",
5   "module_name": "GPUImage",
6   "summary": "An open source iOS framework for GPU-based image and video processing.",
7   "homepage": "https://github.com/BradLarson/GPUImage",
8   "authors": {
9     "Brad Larson": "contact@sunsetlakesoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/StraaS/GPUImage.git",
13     "tag": "0.1.9"
14   },
15   "source_files": "framework/Source/**/*.{h,m}",
16   "resources": "framework/Resources/*.png",
17   "requires_arc": true,
18   "xcconfig": {
19     "CLANG_MODULES_AUTOLINK": "YES"
20   },
21   "platforms": {
22     "ios": "5.0"
23   },
24   "ios": {
25     "exclude_files": "framework/Source/Mac",
26     "frameworks": [
27       "OpenGLES",
28       "CoreMedia",
29       "QuartzCore",
30       "AVFoundation"
31     ]
32   }