blob: 98fa5ccb1d3afe858c710a7d9eac3ac278401474 [file] [log] [blame]
{
"name": "ReflectionView",
"version": "1.1",
"summary": "A UIView subclass designed to make it easy to create \"mirrored floor\"-style reflections of views on iOS.",
"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.",
"homepage": "http://charcoaldesign.co.uk/source/cocoa#reflectionview",
"license": {
"type": "MIT",
"file": "LICENCE.md"
},
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/ReflectionView.git",
"tag": "1.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": "ReflectionView",
"frameworks": "QuartzCore",
"requires_arc": true
}