blob: dc49f9c5c3a2e3aaebe4368724f8e54f5db96f37 [file] [log] [blame]
{
"name": "Hero",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}