[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / JPCTabbedPageViewController / 0.1.2 / JPCTabbedPageViewController.podspec.json
blob0a5af956b78357c2cd272245e0c20e8e07a0d12f
2   "name": "JPCTabbedPageViewController",
3   "version": "0.1.2",
4   "summary": "UITabBarController replacement for iOS based on UIPageViewController",
5   "description": "                   * UITabBarController replacement for iOS based on UIPageViewController\n                   * Tabs are listed accross the top in an custom scrollable UISegmentedControl with images or title text\n                   * Swipe between pages or select from the tabs\n",
6   "homepage": "https://github.com/jpchmura/JPCTabbedPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Jon Chmura",
12   "social_media_url": "http://twitter.com/jpchmura",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/jpchmura/JPCTabbedPageViewController.git",
18     "tag": "0.1.2"
19   },
20   "source_files": "Source/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "pop": [
24       "~> 1.0"
25     ]
26   }