blob: 0e3bf3b76dcca63abf881337487fa10a635ff98a [file] [log] [blame]
{
"name": "Hero",
"version": "0.3.0",
"summary": "Elegant transition library for iOS",
"description": "Elegant transition library 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.3.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0.2"
}