[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / a / d / CCGPUImage / 0.1.12 / CCGPUImage.podspec.json
blobfb8a3b88dcea2b8cf51de40559614f346cde390d
2   "name": "CCGPUImage",
3   "version": "0.1.12",
4   "summary": "CCGPUImage change for GPUImage, An open source iOS framework for GPU-based image and video processing.",
5   "description": "CCGPUImage adjust for GPUImage , An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/ccworld1000/CCGPUImage",
7   "license": "BSD",
8   "authors": {
9     "CC (deng you hua)": "ccworld1000@gmail.com"
10   },
11   "social_media_url": "https://github.com/ccworld1000",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.6"
15   },
16   "source": {
17     "git": "https://github.com/ccworld1000/CCGPUImage.git",
18     "tag": "0.1.12"
19   },
20   "source_files": "framework/Source/**/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "ios": {
23     "exclude_files": "framework/Source/Mac",
24     "frameworks": [
25       "OpenGLES",
26       "CoreMedia",
27       "QuartzCore",
28       "AVFoundation"
29     ]
30   },
31   "osx": {
32     "exclude_files": [
33       "framework/Source/iOS",
34       "framework/Source/GPUImageFilterPipeline.*",
35       "framework/Source/GPUImageMovieComposition.*",
36       "framework/Source/GPUImageVideoCamera.*",
37       "framework/Source/GPUImageStillCamera.*",
38       "framework/Source/GPUImageUIElement.*"
39     ]
40   },
41   "resources": "framework/Resources/*.png",
42   "requires_arc": true,
43   "xcconfig": {
44     "CLANG_MODULES_AUTOLINK": "YES"
45   }