[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / f / a / d / ReflectionView / 1.1 / ReflectionView.podspec.json
blob98fa5ccb1d3afe858c710a7d9eac3ac278401474
2   "name": "ReflectionView",
3   "version": "1.1",
4   "summary": "A UIView subclass designed to make it easy to create \"mirrored floor\"-style reflections of views on iOS.",
5   "description": "ReflectionView is a UIView subclass designed to make it easy to create \"mirrored floor\"-style reflections of views on iOS.\n\n  You may have noticed that Apple provides a Reflection sample project for this, but Apple's solution works only with images and involves fairly slow CPU-bound drawing to update the reflection, making it unsuitable for reflecting animated content. ReflectionView can operate in two modes; static mode - which works like Apple's sample code - or dynamic mode, which uses Core Animation and works in real-time on any view. This means you can use it to reflect the contents of a view containing dynamic elements such as controls or animation and the reflection will keep up in real-time.",
6   "homepage": "http://charcoaldesign.co.uk/source/cocoa#reflectionview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.md"
10   },
11   "authors": {
12     "Nick Lockwood": "support@charcoaldesign.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/nicklockwood/ReflectionView.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "4.3"
20   },
21   "source_files": "ReflectionView",
22   "frameworks": "QuartzCore",
23   "requires_arc": true