blob: d7ff6493fa6dc8dc1aed6933f5494e542dfbbfe0 [file] [log] [blame]
{
"name": "DPPageViewController",
"version": "1.0.5",
"summary": "一个类似网易新闻页面切换的控件,又加了点电商商品详情的功能。",
"description": "一个类似网易新闻页面切换的控件.用两行代码就可以实现\n\nDPPageViewController *pagevc = [[DPPageViewController alloc] initWithTitle:@\"Page View Controller\" viewControllers:@[vc1,vc2,vc3,vc4,vc5]];\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": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DPPageViewController/Classes/**/*",
"dependencies": {
"Masonry": [
"1.0.2"
]
}
}