[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 9 / DPPageViewController / 0.1.0 / DPPageViewController.podspec.json
blob9366534c2d612dc6570e34916cd219cbbaf8f98d
2   "name": "DPPageViewController",
3   "version": "0.1.0",
4   "summary": "一个类似网易新闻页面切换的控件.",
5   "description": "一个类似网易新闻页面切换的控件.用两行代码就可以实现\n\nDPPageViewController *pagevc = [[DPPageViewController alloc] initWithTitle:@\"Page View Controller\" viewControllers:@[vc1,vc2,vc3,vc4]];\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": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DPPageViewController/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.2"
25     ]
26   }