[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 7 / UIGLKit / 2.0.0 / UIGLKit.podspec.json
blob798424318062df1d1287e9bf60df5e7f618d1fdb
2   "name": "UIGLKit",
3   "version": "2.0.0",
4   "summary": "An animation framework empowered by OpenGL ES.",
5   "description": "                   A UIKit friendly animation framework empowered by OpenGL ES.\n",
6   "homepage": "http://wezzard.com/",
7   "authors": {
8     "WeZZard": "wezzardlau@gmail.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/WeZZard/UIGLKit.git",
19     "tag": "2.0.0"
20   },
21   "source_files": [
22     "UIGLKit/*.{swift,h,m}",
23     "UIGLKit/**/*.{swift,h,m}",
24     "UIGLKit/**/**/*.{swift,h,m}"
25   ],
26   "dependencies": {
27     "Nest.swift": [
28       "~> 2.0.0"
29     ],
30     "SwiftExt": [
31       "~> 2.0.0"
32     ]
33   }