blob: b25738d8ea811c444bfd2707923919a87bd5b871 [file] [log] [blame]
{
"name": "Vertigo",
"version": "0.1",
"summary": "A simple image viewer which includes a custom transition that mimics the iOS 7 Photos app image zoom effect.",
"description": " **Vertigo** is a simple image viewer which includes a **custom view controller transition** that mimics the new **iOS 7 Photos app** image zoom transition effect.\n",
"homepage": "https://github.com/gonzalezreal/Vertigo",
"screenshots": "https://raw.github.com/gonzalezreal/Vertigo/master/VertigoSample/VertigoSample.gif",
"license": "MIT",
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gonzalezreal/Vertigo.git",
"tag": "0.1"
},
"source_files": "Vertigo",
"resources": "Vertigo/TGRImageViewController.xib",
"frameworks": "UIKit",
"requires_arc": true
}