blob: 49799c3504ee5a656e36f71614bfe32a018741aa [file] [log] [blame]
{
"name": "Hero",
"version": "1.5.0",
"summary": "Elegant transition library for iOS",
"description": "Hero is a library for building iOS view controller transitions. \nIt provides a declarative layer on top of the UIKit's cumbersome transition APIs. \nMaking custom transitions an easy task for developers.",
"homepage": "https://github.com/HeroTransitions/Hero",
"screenshots": [
"https://git.io/JeRkv",
"https://git.io/JeRke",
"https://git.io/JeRkf",
"https://git.io/JeRkJ"
],
"documentation_url": "https://herotransitions.github.io/Hero/",
"license": {
"type": "MIT"
},
"authors": {
"Luke": "lzhaoyilun@gmail.com",
"Joe Mattiello": "git@joemattiello.com"
},
"source": {
"git": "https://github.com/HeroTransitions/Hero.git",
"tag": "1.5.0"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreGraphics",
"CoreMedia"
]
},
"tvos": {
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreGraphics",
"CoreMedia"
]
},
"swift_versions": "4.2",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"swift_version": "4.2"
}