[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 2 / e / SKAsyncGLViewController / 0.0.6 / SKAsyncGLViewController.podspec.json
blob0fb511bc3321fef4cf30e2cb73b04326979df003
2   "name": "SKAsyncGLViewController",
3   "version": "0.0.6",
4   "summary": "Asynchronious OpenGL (OpenGLSE2) stack",
5   "description": "SKAsyncGLViewController - replacement for classical GLKit stack (GLKView + GLKViewController). It renders all your stuff in background GCD-thread and shows result on main thread.",
6   "homepage": "https://github.com/stephenkopylov/SKAsyncGLViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Kopylov": "stephen@expertoption.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/stephenkopylov/SKAsyncGLViewController.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "RDRIntermediateTarget": [
29     ]
30   }