blob: 62dfe4af53ae87a0e6954d5ec560057b9c76e77b [file] [log] [blame]
{
"name": "Hero",
"version": "0.0.5",
"summary": "Supercharged transition engine for iOS.",
"description": "Supercharged transition engine for iOS. Build your custom view transitions with few lines of code or even no code at all. Inspired by Polymer's neon-animated-pages and Keynote's Magic Move.",
"homepage": "https://github.com/lkzhao/Hero",
"screenshots": "https://github.com/lkzhao/Hero/blob/master/Resources/HeroLogo@2x.png?raw=true",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/lkzhao/Hero.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Hero/*.swift",
"pushed_with_swift_version": "3.0"
}