blob: 8756c428119ae1b2af5af361af69ac340dbe7829 [file] [log] [blame]
{
"name": "LXPageViewWithButtonsViewController",
"version": "0.0.2",
"summary": "A view controller combines UIPageViewController and page selection buttons",
"description": "This view controller wraps a UIPageViewController and adds a row a page selection buttons at the top. So you can either swipe or tap top buttons to navigate through the view controllers you added to it.",
"homepage": "https://github.com/lxian/LXPageViewWithButtonsViewController",
"screenshots": "https://raw.githubusercontent.com/lxian/LXPageViewWithButtonsViewController/master/screenshot.png",
"license": "MIT",
"authors": {
"Li Xian": "lxian2shell@gmail.com"
},
"source": {
"git": "https://github.com/lxian/LXPageViewWithButtonsViewController.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LXPageViewWithButtonsViewController": [
"Pod/Assets/*.png"
]
}
}