[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / f / YDGLOperationKit / 1.1.2 / YDGLOperationKit.podspec.json
blob6ccdfe26ecde0eb7e1d39b3af9f6d2d36f834140
2   "name": "YDGLOperationKit",
3   "version": "1.1.2",
4   "summary": "Image process kit base on GPU",
5   "description": "1.0.0 pre release,not obvious issue",
6   "homepage": "https://github.com/huize/YDGLOperationKit",
7   "license": "MIT",
8   "authors": {
9     "9527": "huizexu@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/huize/YDGLOperationKit.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "framework/YDGLOperationKit/source/**/*.{c,h,m}",
20     "framework/YDGLOperationKit/source/**/**/*.{c,h,m}"
21   ],
22   "xcconfig": {
23     "CLANG_MODULES_AUTOLINK": "YES"
24   },
25   "requires_arc": true,
26   "ios": {
27     "frameworks": [
28       "OpenGLES",
29       "GLKit",
30       "CoreMedia",
31       "QuartzCore",
32       "AVFoundation"
33     ]
34   }