[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / f / YDGLOperationKit / 1.1.3 / YDGLOperationKit.podspec.json
blob6ab24c894ea1635514a1b903a9ade25f72869985
2   "name": "YDGLOperationKit",
3   "version": "1.1.3",
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     ]
33   }