blob: 8a48ea28a93b76e02ed2fdf8e6c9627907351e5a [file] [log] [blame]
{
"name": "SSFlipViewController",
"version": "0.1.1",
"summary": "A two-sided view with a UIViewController on each side.",
"swift_version": "4.2",
"description": "SSFlipViewController is a subclass of UIViewController that contains two child view controllers. They are displayed on opposite sides of a view, which can be flipped between the two faces. SSFlipViewController can either be a view within another view controller, or take up an entire screen as a main view controller.",
"homepage": "https://github.com/sestinj/SSFlipViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sestinj": "33237525+sestinj@users.noreply.github.com"
},
"source": {
"git": "https://github.com/sestinj/SSFlipViewController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/*.swift",
"frameworks": "UIKit"
}