[Add] UnityAds 4.13.1
[CocoaPods.git] / Specs / 8 / 2 / 7 / YUGLTransition / 0.2.0 / YUGLTransition.podspec.json
blobe321dc85490bc3e3149e3369ea908c4b0ba77153
2   "name": "YUGLTransition",
3   "version": "0.2.0",
4   "summary": "OpenGL based transition for iOS. Based on GPUImage.",
5   "description": "                    The YUGLTransition is a library that lets you create GPU-based transition to UIView and UIViewController.\n\n                    It uses GPUImage for the rendering part.\n\n                    There're some ready-to-use transition effects, like ripple, swap, doorway, flash, flyeye, etc. And it allows you to create your own custom transitions by providing your custom transition filter.\n",
6   "homepage": "https://github.com/YuAo/YUGLTransition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "YuAo": "me@imyuao.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/YuAo/YUGLTransition.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "YUGLTransition/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "GPUImage": [
30     ]
31   }