[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / d / LXPageViewWithButtonsViewController / 0.0.1 / LXPageViewWithButtonsViewController.podspec.json
blobf68d3d9c99939c6df01a13ccfd3415cdfa4111cd
2   "name": "LXPageViewWithButtonsViewController",
3   "version": "0.0.1",
4   "summary": "A view controller combines UIPageViewController and page selection buttons",
5   "description": "This view controller wraps a UIPageViewController and adds a row a page selection buttons at the top. So you can either swipe or tap top buttons to navigate through the view controllers you added to it.",
6   "homepage": "https://github.com/lxian/LXPageViewWithButtonsViewController",
7   "screenshots": "https://raw.githubusercontent.com/lxian/LXPageViewWithButtonsViewController/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Li Xian": "lxian2shell@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lxian/LXPageViewWithButtonsViewController.git",
14     "tag": "0.0.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "LXPageViewWithButtonsViewController": [
23       "Pod/Assets/*.png"
24     ]
25   }