[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / e / 9 / DPPageViewController / 1.0.4 / DPPageViewController.podspec.json
blob07fbc41ed7032c3a2a5ba4a437be3f056c418382
2   "name": "DPPageViewController",
3   "version": "1.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DPPageViewController/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "1.0.2"
25     ]
26   }