[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / JPCTabbedPageViewController / 0.2.2 / JPCTabbedPageViewController.podspec.json
blobf4b39092f134a88985c11406977790902360dd25
2   "name": "JPCTabbedPageViewController",
3   "version": "0.2.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",
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.2.2"
19   },
20   "source_files": "Source/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "pop": [
24       "~> 1.0"
25     ]
26   }