blob: b17f1b968051e0691a02e21b97d539de844cd079 [file] [log] [blame]
{
"name": "PagedViewContainer",
"version": "0.2.2",
"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",
"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.2"
},
"source_files": "Source/**/*.{swift}",
"exclude_files": "Example",
"frameworks": "UIKit"
}