[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / f / YDGLOperationKit / 1.0 / YDGLOperationKit.podspec.json
blob105356e351919624145c98a299441a85b3d43312
2   "name": "YDGLOperationKit",
3   "version": "1.0",
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   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "OpenGLES",
26       "GLKit",
27       "CoreMedia",
28       "QuartzCore",
29       "AVFoundation"
30     ]
31   }