[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 9 / DPPageViewController / 1.0.6 / DPPageViewController.podspec.json
blob8fb6dabcf173fa484f7b3126f8f735601b62f6f4
2   "name": "DPPageViewController",
3   "version": "1.0.6",
4   "summary": "一个类似网易新闻页面切换的控件,又加了点电商商品详情的功能。",
5   "description": "一个类似网易新闻页面切换的控件.用两行代码就可以实现\n\nDPPageViewController *pagevc = [[DPPageViewController alloc] initWithTitle:@\"Page View Controller\" viewControllers:@[vc1,vc2,vc3,vc4,vc5]];\n[self.navigationController pushViewController:pagevc animated:YES];",
6   "homepage": "https://github.com/DaoPinWong/DPPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dpwong": "413655409@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DaoPinWong/DPPageViewController.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DPPageViewController/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }