blob: a01d283cdb626c5aa24c0169bbd98d9d3662ecc6 [file] [log] [blame]
{
"name": "PageMenuController",
"version": "1.0.1",
"summary": "An Android like navigation system, with a segmented control at the top, with the ability to scroll between view controllers fluidly.",
"description": "This library allows for the creation of an Android like navigation menu on iOS. It implements a basic swipe to scroll between view controllers, with the titles of the view controllers displaying in a a bar above the content.",
"homepage": "https://github.com/tpj3duke/PageMenuController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Johnson": "tpjohnson3691@gmail.com"
},
"source": {
"git": "https://github.com/tpj3duke/PageMenuController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PageMenuController/Classes/**/*",
"resource_bundles": {
"PageMenuController": [
"PageMenuController/Resources/**/*.xib"
]
},
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
},
"pushed_with_swift_version": "3.0"
}