blob: 9366534c2d612dc6570e34916cd219cbbaf8f98d [file] [log] [blame]
{
"name": "DPPageViewController",
"version": "0.1.0",
"summary": "一个类似网易新闻页面切换的控件.",
"description": "一个类似网易新闻页面切换的控件.用两行代码就可以实现\n\nDPPageViewController *pagevc = [[DPPageViewController alloc] initWithTitle:@\"Page View Controller\" viewControllers:@[vc1,vc2,vc3,vc4]];\n[self.navigationController pushViewController:pagevc animated:YES];",
"homepage": "https://github.com/DaoPinWong/DPPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dpwong": "413655409@qq.com"
},
"source": {
"git": "https://github.com/DaoPinWong/DPPageViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DPPageViewController/Classes/**/*",
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}