blob: 187d28e224252f6010c1e2637e876ce15eb72a62 [file] [log] [blame]
{
"name": "Hero",
"version": "1.0.0-alpha.1",
"summary": "Elegant transition library for iOS",
"description": "Hero is a library for building iOS view controller transitions. It provides a declarative layer on top of the UIKit's cumbersome transition APIs. Making custom transitions an easy task for developers.",
"homepage": "https://github.com/lkzhao/Hero",
"screenshots": "https://github.com/lkzhao/Hero/blob/master/Resources/Hero.png?raw=true",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/lkzhao/Hero.git",
"tag": "1.0.0-alpha.1"
},
"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"
}