blob: b188cbfd8660f951fb688bf1eb570881fb11ac7a [file] [log] [blame]
{
"name": "PagedViewContainer",
"version": "0.2.4",
"summary": "PagedViewContainer helps to present views in pages with top bar menu to navigate through views.",
"description": "PagedViewContainer helps to present views in pages with top bar menu to navigate through views. It not use ViewControllers, just views.",
"homepage": "https://github.com/achernoprudov/PagedViewContainer",
"screenshots": "https://github.com/achernoprudov/PagedViewContainer/raw/master/Demo/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Chernoprudov": "dinloq@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/achernoprudov/PagedViewContainer.git",
"tag": "0.2.4"
},
"source_files": "Source/**/*.{swift}",
"exclude_files": "Example",
"frameworks": "UIKit",
"swift_version": "4.0"
}